瀏覽代碼

feature_20250721_日报分享

zhujindu 5 月之前
父節點
當前提交
f94a1e6984
共有 2 個文件被更改,包括 12 次插入2 次删除
  1. 6 1
      src/views/week/dailyDetails.vue
  2. 6 1
      src/views/week/dailyHistoricalDetails.vue

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

@@ -843,6 +843,7 @@ export default {
       color: #fff;
     }
     .vedioLinks {
+      width: vw(205);
       position: absolute;
       bottom: -25px;
       background: #dae7f6;
@@ -854,6 +855,10 @@ export default {
       border-radius: 5px;
       font-size: 12px;
       right: 28px;
+      display: flex;
+      flex-direction: column;
+      align-items: center;
+      justify-content: center;
       span {
         text-decoration: underline;
       }
@@ -861,7 +866,7 @@ export default {
         position: absolute;
         top: 12px;
         /* transform: rotate(270deg); */
-        /* right: 5px; */
+        right: -8px;
         color: #dae7f6;
       }
     }

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

@@ -1052,6 +1052,7 @@ export default {
       color: #fff;
     }
     .vedioLinks {
+      width: vw(205);
       position: absolute;
       bottom: -25px;
       background: #dae7f6;
@@ -1063,6 +1064,10 @@ export default {
       border-radius: 5px;
       font-size: 12px;
       right: 28px;
+      display: flex;
+      flex-direction: column;
+      align-items: center;
+      justify-content: center;
       span {
         text-decoration: underline;
       }
@@ -1070,7 +1075,7 @@ export default {
         position: absolute;
         top: 12px;
         /* transform: rotate(270deg); */
-        /* right: 5px; */
+        right: -8px;
         color: #dae7f6;
       }
     }