Selaa lähdekoodia

更新 滚动样式

wzh 3 vuotta sitten
vanhempi
commit
a78f263287
2 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 1 0
      index.html
  2. 1 0
      src/App.vue

+ 1 - 0
index.html

@@ -20,6 +20,7 @@
         height: 100%;
         width: 100%;
         color: #fff;
+        overflow: hidden;
       }
 
       #app {

+ 1 - 0
src/App.vue

@@ -29,6 +29,7 @@ export default {
   padding: 18px 30px;
   box-sizing: border-box;
   background: linear-gradient(180deg, #20364f 0%, rgba(27, 50, 74, 0.85) 100%);
+  overflow: scroll;
 }
 
 .bar {