luolei 5 years ago
parent
commit
a3a5706f02
1 changed files with 3 additions and 1 deletions
  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;