Browse Source

Merge branch 'feature_20250721_日报分享' into uat(dev)

zhujindu 3 months ago
parent
commit
80ebeda6eb
2 changed files with 8 additions and 2 deletions
  1. 4 1
      src/views/week/dailyDetails.vue
  2. 4 1
      src/views/week/dailyHistoricalDetails.vue

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

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

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

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