소스 검색

[FIX] some style fixed

Gogs 7 년 전
부모
커밋
f3903e584b
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/App.vue
  2. 2 2
      src/components/common/CardGrid.vue

+ 1 - 1
src/App.vue

@@ -98,7 +98,7 @@
                 width: 100%
                 height: 50px
                 position: absolute
-                bottom: 0
+                bottom: 10px
                 .wizard-btn
                     width: 160px
                     height: 40px

+ 2 - 2
src/components/common/CardGrid.vue

@@ -59,8 +59,8 @@
 <style lang="sass">
     .card-grid-wrapper
         width: 100%
-        height: calc(100% - 100px)
-        margin-top: 15px
+        height: calc(100% - 50px)
+        margin-top: 10px
         overflow-y: auto
         .card-grid-loading
             width: 100%