|
|
@ -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> |