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 {
   #meta2d {
     border-top: 1px solid var(--color-background-input);
     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;
     z-index: 1;
     overflow: hidden;
     overflow: hidden;