@@ -60,7 +60,7 @@
</a-col>
<a-col :md="6" :sm="24">
<a-form-item label="客户类型">
- <a-select v-model="queryParam.customerTypeSn" allowClear placeholder="请选择客户类型">
+ <a-select v-model="queryParam.customerTypeSn" allowClear placeholder="请选择客户类型" style="max-width: 240px;">
<a-select-option v-for="item in custTypeList" :value="item.customerTypeSn" :key="item.customerTypeSn">{{ item.name }}</a-select-option>
</a-select>
</a-form-item>