|
@@ -105,8 +105,12 @@
|
|
|
>保存</el-button>
|
|
|
</div> -->
|
|
|
<div class="martop20 replace_box" v-if="false">
|
|
|
- <div>
|
|
|
-
|
|
|
+ <div style="width: 100%;height: 100%;overflow-y: auto;">
|
|
|
+ <el-row class="mb-4 ">
|
|
|
+ <el-col v-for="item in unMatchItems" :span="item.name.length>6?12:8">
|
|
|
+ <el-button type="warning" plain>{{ item.name }}</el-button>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -359,6 +363,9 @@ export default {
|
|
|
formulaCompVisible:false,//公式弹框节点公式
|
|
|
formulaCompVisible1:false,//公式弹框全局公式
|
|
|
eleid:'',//当前元素
|
|
|
+ unMatchItems:[
|
|
|
+
|
|
|
+ ]
|
|
|
}
|
|
|
},
|
|
|
mounted () {
|
|
@@ -936,6 +943,10 @@ export default {
|
|
|
width: 95%;
|
|
|
height: 500px;
|
|
|
position: relative;
|
|
|
+ padding-top: 20px;
|
|
|
+ padding-left: 20px;
|
|
|
+
|
|
|
+
|
|
|
|
|
|
}
|
|
|
.replace_box::after {
|