Browse Source

change style.scss

chuwu 6 years ago
parent
commit
ba0bfb1272
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/components/data_admin/buildData/style.scss

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

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