浏览代码

feature_20250721_日报分享

zhujindu 5 月之前
父节点
当前提交
68fbb8afe7
共有 2 个文件被更改,包括 15 次插入11 次删除
  1. 8 6
      src/views/week/dailyDetails.vue
  2. 7 5
      src/views/week/dailyHistoricalDetails.vue

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

@@ -11,7 +11,7 @@
               v-if="reportTarget && source != 'share' && reportTarget.reportPostType == 'fx'">
               <van-icon name="share" />
               <div class="vedioLinks" @click.stop="shareVedioLinks">
-                一键分享日报,<span>点击查看操作视频</span><van-icon name="play" />
+                一键分享日报,<br /><span>点击查看操作视频</span><van-icon name="play" />
               </div>
             </div>
           </template>
@@ -844,22 +844,24 @@ export default {
     }
     .vedioLinks {
       position: absolute;
-      bottom: -38px;
+      bottom: -25px;
       background: #dae7f6;
-      padding: 5px 8px;
+      padding: 5px;
       /* word-break: keep-all; */
       white-space: nowrap;
       /* text-overflow: ellipsis; */
       right: 0;
       border-radius: 5px;
+      font-size: 12px;
+      right: 28px;
       span {
         text-decoration: underline;
       }
       .van-icon-play {
         position: absolute;
-        top: -8px;
-        transform: rotate(270deg);
-        right: 5px;
+        top: 12px;
+        /* transform: rotate(270deg); */
+        /* right: 5px; */
         color: #dae7f6;
       }
     }

+ 7 - 5
src/views/week/dailyHistoricalDetails.vue

@@ -1053,22 +1053,24 @@ export default {
     }
     .vedioLinks {
       position: absolute;
-      bottom: -38px;
+      bottom: -25px;
       background: #dae7f6;
-      padding: 5px 8px;
+      padding: 5px;
       /* word-break: keep-all; */
       white-space: nowrap;
       /* text-overflow: ellipsis; */
       right: 0;
       border-radius: 5px;
+      font-size: 12px;
+      right: 28px;
       span {
         text-decoration: underline;
       }
       .van-icon-play {
         position: absolute;
-        top: -8px;
-        transform: rotate(270deg);
-        right: 5px;
+        top: 12px;
+        /* transform: rotate(270deg); */
+        /* right: 5px; */
         color: #dae7f6;
       }
     }