Browse Source

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

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

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

@@ -908,7 +908,7 @@ export default {
       position: absolute;
       bottom: -25px;
       background: #dae7f6;
-      padding: 5px;
+      padding: 2px 5px;
       /* word-break: keep-all; */
       white-space: nowrap;
       /* text-overflow: ellipsis; */
@@ -918,7 +918,6 @@ export default {
       right: 28px;
       display: flex;
       flex-direction: column;
-      align-items: center;
       justify-content: center;
       span {
         text-decoration: underline;

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

@@ -1115,7 +1115,7 @@ export default {
       position: absolute;
       bottom: -25px;
       background: #dae7f6;
-      padding: 5px;
+      padding: 2px 5px;
       /* word-break: keep-all; */
       white-space: nowrap;
       /* text-overflow: ellipsis; */
@@ -1125,7 +1125,6 @@ export default {
       right: 28px;
       display: flex;
       flex-direction: column;
-      align-items: center;
       justify-content: center;
       span {
         text-decoration: underline;