Browse Source

2026-07-21

优化
master
fengyuan_yang 1 week ago
parent
commit
fc06897049
  1. 11
      src/views/modules/sys/sceneExceptionRuleConfig.vue

11
src/views/modules/sys/sceneExceptionRuleConfig.vue

@ -140,6 +140,7 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
<el-table <el-table
class="exception-rule-condition-table"
:data="conditionList" :data="conditionList"
border border
row-key="conditionNo" row-key="conditionNo"
@ -759,4 +760,14 @@ export default {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
} }
.mod-config /deep/ .exception-rule-condition-table td {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.mod-config /deep/ .exception-rule-condition-table .cell {
height: auto !important;
line-height: 22px !important;
}
</style> </style>
Loading…
Cancel
Save