Parcourir la source

Merge branch 'cut-floor' of http://39.106.8.246:3003/web/wanda-editer into cut-floor

YaolongHan il y a 4 ans
Parent
commit
65a3ebadf5
1 fichiers modifiés avec 1 ajouts et 6 suppressions
  1. 1 6
      src/components/edit/top_toolbar.vue

+ 1 - 6
src/components/edit/top_toolbar.vue

@@ -151,11 +151,10 @@
         <span>发布</span>
       </div>
     </div>
-
     <el-dialog
       title="操作提示"
       :visible.sync="dialogVisible"
-      width="400">
+      width="600px">
       <div>您打开的是已发布的平面图,您可以进行如下操作:</div>
       <p>1、直接选择平面图中的元素进行复制,然后贴到其他平面图;</p>
       <p>2、点击“启动编辑”对当前平面图进行编辑;</p>
@@ -164,7 +163,6 @@
         <el-button type="primary" @click="handleOpenUrl">打 开</el-button>
       </span>
     </el-dialog>
-
   </div>
 </template>
 <script>
@@ -292,8 +290,6 @@
                         this.treeQuery = query;
                         this.dialogVisible = true;
                     }
-                } else {
-                    this.$message.error("缺少跳转参数!");
                 }
             },
             // 已发布跳转url
@@ -546,7 +542,6 @@ li {
     font-size: 18px;
     font-weight: bold;
     color: #1f2429;
-    position: relative;
   }
   .tool {
     ul {