Browse Source

fix: 数据看板 - 投手投放数据样式

zhengxy 1 year ago
parent
commit
f74d312579
1 changed files with 1 additions and 1 deletions
  1. 1 1
      project/src/components/dataBoard/throwPerson/throwPersonSon.vue

+ 1 - 1
project/src/components/dataBoard/throwPerson/throwPersonSon.vue

@@ -147,7 +147,7 @@ export default {
147 147
         },
148 148
       ],
149 149
       desCol: [
150
-        { prop: "user_name", label: "投手", min_width: 160, fixed: 'left' },
150
+        { prop: "user_name", label: "投手", min_width: 90, fixed: 'left' },
151 151
         { prop: "day_paid", label: "累计消耗", sort: true },
152 152
         { prop: "charge_total", label: "累计充值", sort: true },
153 153
         { prop: "qw_cost", label: "企微成本", sort: true },