修改表格样式

This commit is contained in:
邹景立 2022-08-26 16:36:14 +08:00
parent 908c66e3ab
commit c6ac03eb4b
3 changed files with 5 additions and 4 deletions

View File

@ -354,8 +354,9 @@
/* 自定义表格行高 */
table[data-line] + div tbody {
.layui-table-cell {
line-height: 21px;
padding-top: 10px;
line-height: 20px;
padding-bottom: 2px;
.headimg.pull-left {
margin-top: 4px;
@ -390,7 +391,7 @@ table[data-line='3'] + div tbody .layui-table-cell {
.layui-table-tips .layui-table-tips-main {
font-size: 12px;
padding-top: 10px;
line-height: 20px;
line-height: 21px;
.headimg.pull-left {
margin-top: 4px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long