Przeglądaj źródła

Merge branch 'iteration-scroll-style'

lex 1 rok temu
rodzic
commit
e4c2b56021

+ 6 - 0
src/page-instrument/view-evaluat-report/index.module.less

@@ -1,3 +1,9 @@
+/*隐藏滚动条*/
+::-webkit-scrollbar {
+  display: none;
+}
+
+
 .detail {
   overflow: auto;
   margin-right: -17px;