2 次代碼提交 33986c8ca2 ... 01858ab01a

作者 SHA1 備註 提交日期
  zhujindu 01858ab01a feature_20260211_日报分享二维码大小 1 天之前
  zhujindu a01bc8ec03 feature_20260211_日报分享二维码大小 1 天之前
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5 3
      src/components/share.vue

+ 5 - 3
src/components/share.vue

@@ -29,7 +29,7 @@
               {{
                 reportTarget.reportRemarks[reportRemarksIndex].createTime
                   ? formatChineseDate(
-                      reportTarget.reportRemarks[reportRemarksIndex].createTime.split(' ')[0]
+                      reportTarget.reportRemarks[reportRemarksIndex].createTime.split(' ')[0],
                     )
                   : ''
               }}
@@ -615,8 +615,10 @@ export default {
 <style lang="scss">
 .share {
   .QRcodes {
-    width: 45px; /* 固定像素尺寸 */
-    height: 45px;
+    // width: 45px; /* 固定像素尺寸 */
+    // height: 45px;
+    width: vw(200); /* 固定像素尺寸 */
+    height: vw(200);
     position: relative;
     background: #ffffff;
     image-rendering: crisp-edges;