소스 검색

Merge branch 'feature_20250704_陈列SKU图片识别' into uat(dev)

# Conflicts:
#	src/views/week/dailyHistoricalDetails.vue
zhujindu 5 달 전
부모
커밋
64f8062dac
3개의 변경된 파일24개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      src/views/week/dailyApproval.vue
  2. 8 0
      src/views/week/dailyDetails.vue
  3. 8 0
      src/views/week/dailyHistoricalDetails.vue

+ 8 - 0
src/views/week/dailyApproval.vue

@@ -889,6 +889,14 @@ export default {
   border-radius: 6px;
 }
 
+.table-headermd {
+  font-size: 12px;
+  text-align: center;
+  position: initial;
+  width: 98% !important;
+  margin: 0 auto;
+  border-right: 0;
+}
 .table-headermd th.el-table__cell {
   background-color: #1989fa;
   color: #fff;

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

@@ -1058,6 +1058,14 @@ export default {
   z-index: 999999 !important;
 }
 
+.table-headermd {
+  font-size: 12px;
+  text-align: center;
+  position: initial;
+  width: 98% !important;
+  margin: 0 auto;
+  border-right: 0;
+}
 .table-headermd th.el-table__cell {
   background-color: #1989fa;
   color: #fff;

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

@@ -1241,4 +1241,12 @@ export default {
   background-color: #1989fa;
   color: #fff;
 }
+.table-headermd {
+  font-size: 12px;
+  text-align: center;
+  position: initial;
+  width: 98% !important;
+  margin: 0 auto;
+  border-right: 0;
+}
 </style>