瀏覽代碼

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;