wenbobowen 4 years ago
parent
commit
25cab8c7cd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/components/input/normalArea.vue
  2. 1 1
      src/components/input/textArea.vue

+ 1 - 1
src/components/input/normalArea.vue

@@ -113,7 +113,7 @@ export default {
   }
 }
 .fullScreen {
-  position: absolute;
+  position: fixed;
   top: -15px;
   bottom: 0;
   left: 225px;

+ 1 - 1
src/components/input/textArea.vue

@@ -183,7 +183,7 @@ export default {
   }
 }
 .fullScreen {
-  position: absolute;
+  position: fixed;
   top: 0px;
   bottom: 0;
   left: 225px;