luolei 5 년 전
부모
커밋
a3a5706f02
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/components/Preview.vue

+ 3 - 1
src/components/Preview.vue

@@ -421,8 +421,10 @@ export default {
   position: fixed;
   height: 100%;
   width: 100%;
-  height: 4rem;
+  top: 0;
+  left: 0;
   overflow: auto;
+  z-index: 999;
   .personMsgDocModal {
     .mask;
     position: fixed;