修改BUG:bootstrap-table-toolbar dropdown-menu最小宽度更改为默认值

This commit is contained in:
Argo-MacBookPro 2018-08-10 21:12:11 +08:00
parent 2e4ba267f7
commit 38e36f5a61
1 changed files with 4 additions and 0 deletions

View File

@ -114,6 +114,10 @@ input.pending {
.card-body .bootstrap-table {
margin-top: -10px;
}
.fixed-table-toolbar .dropdown-menu {
min-width: unset;
}
/*Bootstrap Table BUG END*/
.file-drop-zone.clickable:hover {