chenrui  3 жил өмнө
parent
commit
e42143ab27

+ 14 - 2
src/views/systemManagement/EditSystem/index.vue

@@ -635,6 +635,17 @@ export default {
   box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.06);
   border-radius: 4px;
   overflow: auto;
+  > .titleBtn {
+    width: 63%;
+    position: absolute;
+    z-index: 99;
+    top: 0;
+    left: 0;
+    background: #ffffff;
+  }
+  > .center-box {
+    margin-top: 70px;
+  }
   .searchBox {
     display: flex;
   }
@@ -680,11 +691,12 @@ export default {
 
 .title {
   max-width: 60px;
+  min-width: 60px;
   height: 16px;
   font-size: 16px;
   font-weight: 400;
   color: #303133;
-  margin-right: 20px;
+  // margin-right: 20px;
   display: block;
   white-space: nowrap;
   overflow: hidden;
@@ -704,7 +716,7 @@ export default {
   margin-left: 40px;
   overflow: auto;
   > .titleBtn {
-    width: 610px;
+    width: 34%;
     position: absolute;
     z-index: 99;
     top: 0;

+ 14 - 2
src/views/systemManagement/addSystem/index.vue

@@ -623,6 +623,17 @@ export default {
   box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.06);
   border-radius: 4px;
   overflow: auto;
+  > .titleBtn {
+    width: 63%;
+    position: absolute;
+    z-index: 99;
+    top: 0;
+    left: 0;
+    background: #ffffff;
+  }
+  > .center-box {
+    margin-top: 70px;
+  }
   .searchBox {
     display: flex;
   }
@@ -660,11 +671,12 @@ export default {
 
 .title {
   max-width: 60px;
+  min-width: 60px;
   height: 16px;
   font-size: 16px;
   font-weight: 400;
   color: #303133;
-  margin-right: 20px;
+  // margin-right: 20px;
   display: block;
   white-space: nowrap;
   overflow: hidden;
@@ -688,7 +700,7 @@ export default {
     display: flex;
   }
   > .titleBtn {
-    width: 610px;
+    width: 34%;
     position: absolute;
     z-index: 99;
     top: 0;