zhulizhen 6 years ago
parent
commit
676de6da57
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/components/data_admin/buildData/style.scss

+ 4 - 4
src/components/data_admin/buildData/style.scss

@@ -16,8 +16,8 @@ h3 {
         // width: calc(100% - 251px);
         display: inline-block;
         position: absolute;
-        left: 10px;
-        top: 90px;
+        left: 0;
+        top: 60px;
         bottom: 0;
         right: 261px;
     }
@@ -25,8 +25,8 @@ h3 {
         // height: 100%;
         width: 250px;
         position: absolute;
-        top: 90px;
-        right: 10px;
+        top: 60px;
+        right: 0;
         bottom: 0;
         border: 1px solid $borderColor;
         box-sizing: border-box;