Переглянути джерело

feature_20260304_日报分享有两个细节优化点

zhujindu 6 днів тому
батько
коміт
6ee98ddc6c

+ 6 - 6
src/views/week/dailyDetails.vue

@@ -12,7 +12,7 @@
               <van-icon name="share" />
               <div class="vedioLinks" @click.stop="shareVedioLinks">
                 <span>一键分享日报,</span>
-                <span class="linkSpan">点击查看操作视频</span><van-icon name="play" />
+                <span class="linkSpan">点击查看</span><van-icon name="play" />
               </div>
             </div>
           </template>
@@ -1024,8 +1024,8 @@ export default {
   width: 100%;
   height: 100%;
   .shareBtn {
-    width: 22px;
-    height: 22px;
+    width: 30px;
+    height: 30px;
     border-radius: 50%;
     background: #666;
     display: flex;
@@ -1036,9 +1036,9 @@ export default {
       color: #fff;
     }
     .vedioLinks {
-      max-width: vw(205);
+      max-width: vw(150);
       position: absolute;
-      bottom: -13px;
+      bottom: -6px;
       background: #dae7f6;
       padding: 2px 7px;
       /* word-break: keep-all; */
@@ -1047,7 +1047,7 @@ export default {
       right: 0;
       border-radius: 5px;
       font-size: 10px;
-      right: 28px;
+      right: 40px;
       display: flex;
       flex-direction: column;
       justify-content: center;

+ 6 - 6
src/views/week/dailyHistoricalDetails.vue

@@ -19,7 +19,7 @@
               <van-icon name="share" />
               <div class="vedioLinks" @click.stop="shareVedioLinks">
                 <span>一键分享日报,</span>
-                <span class="linkSpan">点击查看操作视频</span><van-icon name="play" />
+                <span class="linkSpan">点击查看</span><van-icon name="play" />
               </div>
             </div>
           </template>
@@ -1147,8 +1147,8 @@ export default {
     background: #fff;
   }
   .shareBtn {
-    width: 22px;
-    height: 22px;
+    width: 30px;
+    height: 30px;
     border-radius: 50%;
     background: #666;
     display: flex;
@@ -1159,9 +1159,9 @@ export default {
       color: #fff;
     }
     .vedioLinks {
-      max-width: vw(205);
+      max-width: vw(150);
       position: absolute;
-      bottom: -13px;
+      bottom: -6px;
       background: #dae7f6;
       padding: 2px 7px;
       /* word-break: keep-all; */
@@ -1170,7 +1170,7 @@ export default {
       right: 0;
       border-radius: 5px;
       font-size: 10px;
-      right: 28px;
+      right: 40px;
       display: flex;
       flex-direction: column;
       justify-content: center;