소스 검색

日报分享

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

+ 5 - 5
src/components/share.vue

@@ -565,8 +565,8 @@ export default {
 <style lang="scss">
 .share {
   .QRcodes {
-    width: 40px; /* 固定像素尺寸 */
-    height: 40px;
+    width: 45px; /* 固定像素尺寸 */
+    height: 45px;
     position: relative;
     background: #ffffff;
     image-rendering: crisp-edges;
@@ -575,14 +575,14 @@ export default {
     display: flex;
     align-items: center;
     justify-content: center;
-    border-radius: 6px;
+    border-radius: 3px;
     .logo {
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
-      width: 20px;
-      height: 20px;
+      width: 10px;
+      height: 10px;
       img {
         object-fit: contain;
       }