zhulizhen 6 년 전
부모
커밋
676de6da57
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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;