|
@@ -1,5 +1,5 @@
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
-.AddNewRuleTable {
|
|
|
|
|
|
+#AddNewRuleTable {
|
|
width: 100%;
|
|
width: 100%;
|
|
background: #fff;
|
|
background: #fff;
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
@@ -91,12 +91,15 @@
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
|
|
+ /deep/ .el-select{
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
|
|
|
|
<template>
|
|
<template>
|
|
<!-- :prop="`klRuleByIdSub[${scope.$index}].subDescription`" -->
|
|
<!-- :prop="`klRuleByIdSub[${scope.$index}].subDescription`" -->
|
|
- <div class="AddNewRuleTable">
|
|
|
|
|
|
+ <div id="AddNewRuleTable">
|
|
<h4 style="margin-bottom: 24px">规则内容:</h4>
|
|
<h4 style="margin-bottom: 24px">规则内容:</h4>
|
|
<!-- 隔行换色 :row-style="rowStyle" -->
|
|
<!-- 隔行换色 :row-style="rowStyle" -->
|
|
<el-table
|
|
<el-table
|