瀏覽代碼

陈列SKU图片识别

zhujindu 5 月之前
父節點
當前提交
e2fd142512
共有 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

@@ -779,6 +779,14 @@ export default {
   }
 }
 
+.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

@@ -958,6 +958,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;