修改BUG:CardView模式下按钮组中间有缝隙 closed #IVC8B
#Issue https://gitee.com/LongbowEnterprise/dashboard/issues?id=IVC8B
This commit is contained in:
parent
728a729b83
commit
8bdcc923ab
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue