lxf 1 년 전
부모
커밋
2f167a582b
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      src/views/group/data-board/turnover-rate/index.vue

+ 5 - 5
src/views/group/data-board/turnover-rate/index.vue

@@ -147,14 +147,14 @@ const config = computed(() => {
       attrs: {
         label: "种类",
         prop: "species",
-        width: 120,
+        width: 80,
       },
     },
     {
       attrs: {
         label: "售价体系",
         prop: "sellingPriceSystem",
-        width: 120,
+        width: 90,
       },
     },
     {
@@ -168,21 +168,21 @@ const config = computed(() => {
       attrs: {
         label: "正面纹路",
         prop: "frontGrain",
-        width: 120,
+        width: 130,
       },
     },
     {
       attrs: {
         label: "背面纹路",
         prop: "reverseGrain",
-        width: 120,
+        width: 130,
       },
     },
     {
       attrs: {
         label: "颜色",
         prop: "colour",
-        width: 160,
+        width: 170,
       },
     },
     {