Browse Source

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

zhujindu 4 months ago
parent
commit
288819ef6f
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/views/week/dailyDetails.vue
  2. 1 0
      src/views/week/dailyHistoricalDetails.vue

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

@@ -988,6 +988,7 @@ export default {
       white-space: nowrap;
       /* text-overflow: ellipsis; */
       right: 0;
+      border-radius: 5px;
       span {
         text-decoration: underline;
       }

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

@@ -1107,6 +1107,7 @@ export default {
       white-space: nowrap;
       /* text-overflow: ellipsis; */
       right: 0;
+      border-radius: 5px;
       span {
         text-decoration: underline;
       }