소스 검색

feature_20250811_拜访拍照任务连拍

zhujindu 5 달 전
부모
커밋
adfc986f0d
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 2
      src/views/week/dailyDetails.vue
  2. 1 2
      src/views/week/dailyHistoricalDetails.vue

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

@@ -847,7 +847,7 @@ export default {
       position: absolute;
       bottom: -25px;
       background: #dae7f6;
-      padding: 5px;
+      padding: 2px 5px;
       /* word-break: keep-all; */
       white-space: nowrap;
       /* text-overflow: ellipsis; */
@@ -857,7 +857,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

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