fix
This commit is contained in:
parent
b659c7021d
commit
531cee70d2
|
@ -12,6 +12,9 @@
|
||||||
.main-list {
|
.main-list {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
#filter .main-list, #filter + .main-list {
|
||||||
|
table-layout: fixed;
|
||||||
|
}
|
||||||
.main-wrap>.main-list thead th {
|
.main-wrap>.main-list thead th {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-right: medium none;
|
border-right: medium none;
|
||||||
|
|
Reference in New Issue