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

Commit 0cbd2ae

Browse files
authored
Update prompt.html
1 parent 29bc549 commit 0cbd2ae

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

prompt.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,25 @@ <h1 class="my-4">开源prompt文件下载中心</h1>
113113
{% endif %}
114114

115115
<style>
116-
/* 在原有样式基础上新增 */
116+
/* 新增表格尺寸调整样式 */
117+
.table {
118+
font-size: 16px; /* 调大表格字体 */
119+
line-height: 1.8; /* 增加行高 */
120+
width: 100%; /* 表格宽度占满容器 */
121+
}
122+
123+
.table th,
124+
.table td {
125+
padding: 16px 20px; /* 增大单元格内边距 */
126+
vertical-align: middle;
127+
}
128+
129+
.post-container {
130+
max-width: 1200px; /* 增大表格容器宽度 */
131+
margin: 0 auto;
132+
}
133+
134+
/* 原有下载按钮样式保持不变 */
117135
.btn-download {
118136
padding: 5px 12px;
119137
border-radius: 15px;

0 commit comments

Comments
 (0)