Parcourir la source

【处理】全局滚动条问题

cherishsince il y a 1 an
Parent
commit
07241b5efb
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/App.vue

+ 4 - 0
src/App.vue

@@ -54,4 +54,8 @@ body {
 .#{$prefix-cls}-grey-mode {
   filter: grayscale(100%);
 }
+
+.scrollbar__view {
+  height: 99%!important;
+}
 </style>