wenbobowen 4 anni fa
parent
commit
25cab8c7cd

+ 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;