wenbobowen 4 년 전
부모
커밋
25cab8c7cd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;