Parcourir la source

开始移除部分主包内容

leon il y a 1 an
Parent
commit
9d6c9f938b
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/_record/pages/time_record.scss

+ 3 - 3
src/_record/pages/time_record.scss

@@ -174,11 +174,11 @@
 
 /* #ifdef rn */
 .share_bg {
-    position: fixed;
+    position: absolute;
     left: 0;
     top: 0;
-    width: 100vw;
-    height: 100vh;
+    width: 100%;
+    height: 100%;
     z-index: 100;
     display: flex;
     flex-direction: column;