Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 590b23e

Browse files
authored
Update prompt.html
1 parent 7058ea7 commit 590b23e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prompt.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ <h1 class="my-4">开源prompt文件下载中心</h1>
115115
<style>
116116
/* 新增表格尺寸调整样式 */
117117
.table {
118-
font-size: 13px; /* 调大表格字体 */
118+
font-size: 11px; /* 调大表格字体 */
119119
line-height: 2; /* 增加行高 */
120-
width: 200%; /* 表格宽度占满容器 */
120+
width: 300%; /* 表格宽度占满容器 */
121121
}
122122

123123
.table th,
@@ -127,7 +127,7 @@ <h1 class="my-4">开源prompt文件下载中心</h1>
127127
}
128128

129129
.post-container {
130-
max-width: 3200px; /* 增大表格容器宽度 */
130+
max-width: 10000px; /* 增大表格容器宽度 */
131131
margin: 0 auto;
132132
}
133133

0 commit comments

Comments
 (0)