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;