Browse Source

Merge branch 'feature_20260304_日报分享有两个细节优化点' into uat(dev)

zhujindu 2 ngày trước cách đây
mục cha
commit
d57306ce32

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

@@ -1050,9 +1050,9 @@ export default {
       color: #fff;
       color: #fff;
     }
     }
     .vedioLinks {
     .vedioLinks {
-      max-width: vw(210);
+      max-width: vw(190);
       position: absolute;
       position: absolute;
-      bottom: -6px;
+      bottom: 1px;
       background: #dae7f6;
       background: #dae7f6;
       padding: 2px 7px;
       padding: 2px 7px;
       /* word-break: keep-all; */
       /* word-break: keep-all; */
@@ -1068,7 +1068,7 @@ export default {
       align-items: flex-start;
       align-items: flex-start;
       z-index: 999999;
       z-index: 999999;
       span {
       span {
-        line-height: 17px;
+        line-height: 13px;
       }
       }
       .linkSpan {
       .linkSpan {
         text-decoration: underline;
         text-decoration: underline;

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

@@ -1163,9 +1163,9 @@ export default {
       color: #fff;
       color: #fff;
     }
     }
     .vedioLinks {
     .vedioLinks {
-      max-width: vw(210);
+      max-width: vw(190);
       position: absolute;
       position: absolute;
-      bottom: -6px;
+      bottom: 1px;
       background: #dae7f6;
       background: #dae7f6;
       padding: 2px 7px;
       padding: 2px 7px;
       /* word-break: keep-all; */
       /* word-break: keep-all; */
@@ -1181,7 +1181,7 @@ export default {
       align-items: flex-start;
       align-items: flex-start;
       z-index: 999999;
       z-index: 999999;
       span {
       span {
-        line-height: 17px;
+        line-height: 13px;
       }
       }
       .linkSpan {
       .linkSpan {
         text-decoration: underline;
         text-decoration: underline;