Просмотр исходного кода

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

zhujindu 2 дней назад
Родитель
Сommit
9e4ed55d57
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/views/week/dailyDetails.vue
  2. 1 1
      src/views/week/dailyHistoricalDetails.vue

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

@@ -1060,7 +1060,7 @@ export default {
       /* text-overflow: ellipsis; */
       /* text-overflow: ellipsis; */
       right: 0;
       right: 0;
       border-radius: 5px;
       border-radius: 5px;
-      font-size: 10px;
+      font-size: 8px;
       right: 40px;
       right: 40px;
       display: flex;
       display: flex;
       flex-direction: column;
       flex-direction: column;

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

@@ -1173,7 +1173,7 @@ export default {
       /* text-overflow: ellipsis; */
       /* text-overflow: ellipsis; */
       right: 0;
       right: 0;
       border-radius: 5px;
       border-radius: 5px;
-      font-size: 10px;
+      font-size: 8px;
       right: 40px;
       right: 40px;
       display: flex;
       display: flex;
       flex-direction: column;
       flex-direction: column;