Browse Source

日报分享

zhujindu 8 months ago
parent
commit
d8307b159e
2 changed files with 6 additions and 5 deletions
  1. 5 5
      src/components/share.vue
  2. 1 0
      src/views/week/dailyApproval.vue

+ 5 - 5
src/components/share.vue

@@ -200,8 +200,8 @@ export default {
         colorDark: '#000000',
         colorLight: '#ffffff',
         correctLevel: QRCode.CorrectLevel.H,
-        width: 45,
-        height: 45,
+        width: 50,
+        height: 50,
       });
       this.$nextTick(async () => {
         await this.htmlToCanvas();
@@ -215,9 +215,9 @@ export default {
   width: 100%;
   height: 100%;
   overflow: hidden;
-  position: fixed;
+  position: absolute;
   top: 0;
-  z-index: 11;
+  z-index: -1;
   // overflow-y: auto;
 
   .share-content {
@@ -349,7 +349,7 @@ export default {
     position: absolute;
     top: 0;
     z-index: 9;
-    overflow-y: auto;
+    // overflow-y: auto;
 
     img {
       width: 100%;

+ 1 - 0
src/views/week/dailyApproval.vue

@@ -795,6 +795,7 @@ export default {
 }
 .dailyApproval {
   position: relative;
+  background: #fff;
   .shareBtn {
     width: 22px;
     height: 22px;