Q fix table size property invalid
parent
43fb0aceed
commit
072374c4ef
|
|
@ -18,8 +18,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-table-cell {
|
.layui-table-cell {
|
||||||
height: 34px !important;
|
height: 34px;
|
||||||
line-height: 34px !important;
|
line-height: 34px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-table .layui-laypage .layui-laypage-curr .layui-laypage-em {
|
.layui-table .layui-laypage .layui-laypage-curr .layui-laypage-em {
|
||||||
|
|
@ -32,8 +32,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-table tr {
|
.layui-table tr {
|
||||||
height: 34px !important;
|
height: 34px;
|
||||||
line-height: 34px !important;
|
line-height: 34px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-table-cell {
|
.layui-table-cell {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue