refactor: 修复 bootstrap-table 列选择下拉框UI
This commit is contained in:
parent
e178d9c025
commit
c6a741ebb4
|
@ -749,6 +749,11 @@ input.pending {
|
||||||
margin-bottom: -5px;
|
margin-bottom: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bootstrap-table .fixed-table-toolbar .dropdown-menu label.dropdown-item {
|
||||||
|
margin: 0;
|
||||||
|
padding: 6px 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.fixed-table-toolbar .dropdown-menu {
|
.fixed-table-toolbar .dropdown-menu {
|
||||||
min-width: unset;
|
min-width: unset;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue