소스 검색

开始移除部分主包内容

leon 1 년 전
부모
커밋
9d6c9f938b
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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;