[update] 修改bug88153
This commit is contained in:
@@ -646,13 +646,14 @@ export default {
|
||||
|
||||
.form-flex-item-half {
|
||||
width: calc((100% - 10px) / 2);
|
||||
margin: 0 2px;
|
||||
}
|
||||
.form-flex-item-half:nth-child(2n+1) {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.form-flex-item-half:nth-child(2n) {
|
||||
margin-left: 5px;
|
||||
}
|
||||
//.form-flex-item-half:nth-child(2n+1) {
|
||||
// margin-right: 5px;
|
||||
//}
|
||||
//.form-flex-item-half:nth-child(2n) {
|
||||
// margin-left: 5px;
|
||||
//}
|
||||
|
||||
.form-flex-item-line {
|
||||
width: 100%;
|
||||
|
||||
@@ -545,7 +545,7 @@ export default {
|
||||
min-width: 70px !important;
|
||||
}
|
||||
|
||||
/deep/ .ant-table-header {
|
||||
/deep/ .ant-table-hide-scrollbar {
|
||||
margin-right: -8px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user