소스 검색

样式修改

林旭祥 1 주 전
부모
커밋
b816cb82d5
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/components/OnlineFaceWindow/index.vue

+ 3 - 3
src/components/OnlineFaceWindow/index.vue

@@ -187,12 +187,12 @@ defineExpose({
 }
 
 .confirmDiaBg {
-  width: 100vh;
+  width: 70rem;
   position: fixed;
   left: 50%;
   top: 50%;
-  margin-left: calc(100vh / -2);
-  margin-top: calc((43vh + 3.2rem + 20px) / -2);
+  margin-left: calc(70rem / -2);
+  margin-top: calc(((70rem / 2) + 3.2rem) / -2);
   display: flex;
   flex-direction: column;
   z-index: 999;