修改样式

This commit is contained in:
Anyon 2022-06-29 11:41:47 +08:00
parent 330a53ba25
commit f503a531da
3 changed files with 17 additions and 5 deletions

View File

@ -347,7 +347,11 @@
table[data-line] + div tbody {
.layui-table-cell {
padding-top: 10px;
line-height: 22px;
line-height: 20px;
.headimg.pull-left {
margin-top: 4px;
}
&.laytable-cell-checkbox {
line-height: 44px;
@ -360,11 +364,19 @@ table[data-line] + div tbody {
}
table[data-line='2'] + div tbody .layui-table-cell {
height: 62px;
height: 60px;
&.laytable-cell-checkbox {
line-height: 40px;
}
}
table[data-line='3'] + div tbody .layui-table-cell {
height: 82px;
height: 80px;
&.laytable-cell-checkbox {
line-height: 60px;
}
}
/* 表单验证异常提示 */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long