修改BUG:bootstrap-table-toolbar dropdown-menu最小宽度更改为默认值
This commit is contained in:
parent
2e4ba267f7
commit
38e36f5a61
|
@ -114,6 +114,10 @@ input.pending {
|
||||||
.card-body .bootstrap-table {
|
.card-body .bootstrap-table {
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fixed-table-toolbar .dropdown-menu {
|
||||||
|
min-width: unset;
|
||||||
|
}
|
||||||
/*Bootstrap Table BUG END*/
|
/*Bootstrap Table BUG END*/
|
||||||
|
|
||||||
.file-drop-zone.clickable:hover {
|
.file-drop-zone.clickable:hover {
|
||||||
|
|
Loading…
Reference in New Issue