Skip to content

Commit b757415

Browse files
committed
fix(style): 修复 border 额外的 reset 导致 tailwind border 属性生效异常的问题
1 parent 39abc7b commit b757415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/style/reset.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ fieldset,
393393
table,
394394
th,
395395
td {
396-
border: none;
396+
// border: none;
397397
font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
398398
'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
399399
font-size: 14px;

0 commit comments

Comments
 (0)