소스 검색

feature_20260211_日报分享二维码大小

zhujindu 1 일 전
부모
커밋
01858ab01a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/share.vue

+ 2 - 2
src/components/share.vue

@@ -617,8 +617,8 @@ export default {
   .QRcodes {
     // width: 45px; /* 固定像素尺寸 */
     // height: 45px;
-    width: 200px; /* 固定像素尺寸 */
-    height: 200px;
+    width: vw(200); /* 固定像素尺寸 */
+    height: vw(200);
     position: relative;
     background: #ffffff;
     image-rendering: crisp-edges;