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