소스 검색

Merge branch 'iteration-scroll-style'

lex 1 년 전
부모
커밋
e4c2b56021
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/page-instrument/view-evaluat-report/index.module.less

+ 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;