소스 검색

滚动条优化

dengliying 1 년 전
부모
커밋
21ad99775b
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      ui/src/views/monitor/pfd/C2C3Page.vue
  2. 1 1
      ui/src/views/monitor/pfd/JLQPage.vue
  3. 1 1
      ui/src/views/monitor/pfd/index.vue

+ 1 - 1
ui/src/views/monitor/pfd/C2C3Page.vue

@@ -459,7 +459,7 @@ body{
     width: 100%;
     height: 100%;
     position: relative;
-    overflow: scroll;
+    /* overflow: scroll; */
     cursor: move;
     margin-top: -77px;
 

+ 1 - 1
ui/src/views/monitor/pfd/JLQPage.vue

@@ -135,7 +135,7 @@ body{
     width: 100%;
     height: 100%;
     position: relative;
-    overflow: scroll;
+    /* overflow: scroll; */
     cursor: move;
     margin-top: -77px;
 

+ 1 - 1
ui/src/views/monitor/pfd/index.vue

@@ -907,7 +907,7 @@ body{
     width: 100%;
     height: 100%;
     position: relative;
-    overflow: scroll;
+    /* overflow: scroll; */
     cursor: move;
     margin-top: -77px;