ananzhusen 1 년 전
부모
커밋
c526285e21
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      src/views/components/View.vue

+ 3 - 2
src/views/components/View.vue

@@ -1888,8 +1888,9 @@ const onSuccessChargeCloud = () => {
 
   #meta2d {
     border-top: 1px solid var(--color-background-input);
-    /* height: calc(100vh - 81px); */
-    height: calc(100% - 40px);
+    height: calc(100vh - 81px);
+    /* height: calc(100% - 40px); */
+    /* height: 100%; */
     z-index: 1;
     overflow: hidden;