浏览代码

feature_20250721_日报分享

zhujindu 3 月之前
父节点
当前提交
d31a709851
共有 2 个文件被更改,包括 8 次插入2 次删除
  1. 4 1
      src/views/week/dailyDetails.vue
  2. 4 1
      src/views/week/dailyHistoricalDetails.vue

+ 4 - 1
src/views/week/dailyDetails.vue

@@ -847,7 +847,7 @@ export default {
     .vedioLinks {
       max-width: vw(205);
       position: absolute;
-      bottom: -25px;
+      bottom: -13px;
       background: #dae7f6;
       padding: 2px 7px;
       /* word-break: keep-all; */
@@ -862,6 +862,9 @@ export default {
       justify-content: center;
       align-items: start;
       z-index: 999999;
+      span {
+        line-height: 17px;
+      }
       .linkSpan {
         text-decoration: underline;
       }

+ 4 - 1
src/views/week/dailyHistoricalDetails.vue

@@ -1056,7 +1056,7 @@ export default {
     .vedioLinks {
       max-width: vw(205);
       position: absolute;
-      bottom: -25px;
+      bottom: -13px;
       background: #dae7f6;
       padding: 2px 7px;
       /* word-break: keep-all; */
@@ -1071,6 +1071,9 @@ export default {
       justify-content: center;
       align-items: start;
       z-index: 999999;
+      span {
+        line-height: 17px;
+      }
       .linkSpan {
         text-decoration: underline;
       }