Sfoglia il codice sorgente

✨ feat(app): 禁止显示横项滚动条

hxl 8 mesi fa
parent
commit
1ed1e62976
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -18,7 +18,7 @@ body {
   padding: 0;
   height: 100%;
   width: 100%;
-
+  overflow-x: hidden;
 }
 
 h1,