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

Commit 7058ea7

Browse files
authored
Update prompt.html
1 parent 8ae66d5 commit 7058ea7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

prompt.html

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

123123
.table th,
124124
.table td {
125-
padding: 16px 20px; /* 增大单元格内边距 */
125+
padding: 24px 30px; /* 增大单元格内边距 */
126126
vertical-align: middle;
127127
}
128128

0 commit comments

Comments
 (0)