[update] 修改bug88153

This commit is contained in:
lideqin
2024-08-07 10:20:57 +08:00
parent 7c8cb76ba4
commit effe42528a
2 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -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%;
+1 -1
View File
@@ -545,7 +545,7 @@ export default {
min-width: 70px !important;
}
/deep/ .ant-table-header {
/deep/ .ant-table-hide-scrollbar {
margin-right: -8px;
}
</style>