wenbobowen 4 năm trước cách đây
mục cha
commit
25cab8c7cd
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;