refactor: 修复 bootstrap-table 列选择下拉框UI

This commit is contained in:
Argo Zhang 2019-09-11 11:37:26 +08:00
parent e178d9c025
commit c6a741ebb4
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 5 additions and 0 deletions

View File

@ -749,6 +749,11 @@ input.pending {
margin-bottom: -5px;
}
.bootstrap-table .fixed-table-toolbar .dropdown-menu label.dropdown-item {
margin: 0;
padding: 6px 20px;
}
.fixed-table-toolbar .dropdown-menu {
min-width: unset;
}