优化样式

This commit is contained in:
邹景立 2022-10-11 11:40:00 +08:00
parent 3f66b9062b
commit cd8bc71e39
3 changed files with 10 additions and 6 deletions

View File

@ -362,10 +362,6 @@ table[data-line] + div tbody {
margin-top: 4px;
}
.layui-badge-middle {
line-height: 17px;
}
&.laytable-cell-checkbox {
line-height: 44px;
}
@ -379,6 +375,10 @@ table[data-line] + div tbody {
table[data-line='2'] + div tbody .layui-table-cell {
height: 60px;
.layui-badge-middle {
line-height: 16px;
}
&.laytable-cell-checkbox {
line-height: 40px;
}
@ -387,6 +387,10 @@ table[data-line='2'] + div tbody .layui-table-cell {
table[data-line='3'] + div tbody .layui-table-cell {
height: 80px;
.layui-badge-middle {
line-height: 17px;
}
&.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