Explorar o código

【处理】全局滚动条问题

cherishsince hai 1 ano
pai
achega
07241b5efb
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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>