duy 1 年之前
父节点
当前提交
d57978a870
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      src/views/manager/projectinfo/list.vue
  2. 1 1
      src/views/manager/projectinfo/tree.vue

+ 1 - 0
src/views/manager/projectinfo/list.vue

@@ -102,6 +102,7 @@
             type="danger"
           >删除项目</el-button>
           <el-button
+          style="margin-top: 10px;"
             size="small"
             @click="projectVisible = false"
           >返回</el-button>

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

@@ -3893,7 +3893,7 @@ background: #eee;
 .selectBtn{
   position:absolute;
   top:50px;
-  right: 408px;
+  right: 585px;
   z-index:1000;
   width:140px;
   text-align: left;