修改BUG:CardView模式下按钮组中间有缝隙 closed #IVC8B

#Issue
https://gitee.com/LongbowEnterprise/dashboard/issues?id=IVC8B
This commit is contained in:
Argo Zhang 2019-04-13 14:38:44 +08:00
parent 728a729b83
commit 8bdcc923ab
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ input.pending {
word-break: break-all;
}
.bootstrap-table .fixed-table-container .card-view .value > a, .bootstrap-table .fixed-table-container .card-view .value > div {
.bootstrap-table .fixed-table-container .card-view .value > a, .bootstrap-table .fixed-table-container .card-view .value > div:not(.btn-group) {
min-width: 60px;
display: inline-block;
}