Răsfoiți Sursa

未进行匹配元素样式修改

duy 2 ani în urmă
părinte
comite
9e91ddc4da
1 a modificat fișierele cu 13 adăugiri și 2 ștergeri
  1. 13 2
      src/views/manager/projectinfo/editElement/editElement.vue

+ 13 - 2
src/views/manager/projectinfo/editElement/editElement.vue

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