gangyj преди 2 години
родител
ревизия
06239c7880

+ 5 - 1
src/views/manager/projectinfo/editElement/editElement.vue

@@ -4,6 +4,10 @@
     ref="heights"
   >
     <basic-container class="editElement">
+      <div class="flex" style="position:fixed;left:30px;top:0;">
+        <h2 class="mg-r-10">编辑元素</h2>
+        <el-link type="primary" @click="toBack">返回上一级</el-link>
+      </div>
       <div
         class="header"
         style="padding-bottom:20px;"
@@ -93,7 +97,7 @@
           </div>
           <div
             v-show="AddNewElementField ==''"
-            style="width:160px;position: fixed;bottom: 20px; right:20px;"
+            style="width:160px;position: fixed;bottom: 50px; right:20px;"
           >
             <el-button type="info" @click="toBack">取消</el-button>
             <el-button type="primary">保存</el-button>

+ 1 - 1
src/views/manager/projectinfo/tree.vue

@@ -1370,7 +1370,7 @@
     </el-dialog>
 
     <!-- 编辑元素 -->
-    <el-dialog title="编辑元素" :visible.sync="editElementVisible" fullscreen append-to-body class="full-dialog">
+    <el-dialog title=" " :visible.sync="editElementVisible" fullscreen append-to-body class="full-dialog">
       <EditElement :pkeyId="editElementQuery.pkeyId" :excelId="editElementQuery.excelId" :id="editElementQuery.id" :initTableName="editElementQuery.initTableName" :pid="editElementQuery.pid" :wbsid="editElementQuery.wbsid" :nodeid="editElementQuery.nodeid" @hideDialog="editElementVisible = false" v-if="editElementVisible"></EditElement>
     </el-dialog>
 

+ 1 - 1
src/views/manager/projectinfo/treeTemplate/template/editDefault.vue

@@ -6,7 +6,7 @@
           元素坐标:
         </el-col>
         <el-col :span="18">
-          <avue-input v-model="htmlData1.name" placeholder="请点坐标" :disabled='true'></avue-input>
+          <avue-input v-model="htmlData1.name" placeholder="请点坐标" :disabled='true'></avue-input>
         </el-col>
       </el-row>