소스 검색

拖拽功能优化

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

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

@@ -286,7 +286,7 @@ body{
 
 /* 拖拽 */
 .mode{
-  position: fixed;
+  position: absolute;
   left: "calc(100% - 1300px)";
   bottom: "calc(100% - 500px)";
   z-index: 99;