소스 검색

修改加载条 老师端 动画闪一下的问题

黄琪勇 11 달 전
부모
커밋
445f00e2f6
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/page-instrument/view-detail/index.module.less

+ 4 - 2
src/page-instrument/view-detail/index.module.less

@@ -257,8 +257,10 @@
     top: 0;
     right: 0;
     bottom: 0;
-    width: 100vw;
-    height: 100vh;
+    width: 100%;
+    min-width: 100vw;
+    height: 100%;
+    min-height: 100vh;
     display: flex;
     flex-direction: column;
     justify-content: center;