From 7258abd4cd569943496fa6fcf05280077f610257 Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期二, 13 五月 2025 09:38:24 +0800
Subject: [PATCH] 提交更新

---
 src/views/mainPlan/platePlan/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/mainPlan/platePlan/index.vue b/src/views/mainPlan/platePlan/index.vue
index 5547dba..6150ce4 100644
--- a/src/views/mainPlan/platePlan/index.vue
+++ b/src/views/mainPlan/platePlan/index.vue
@@ -6,7 +6,6 @@
       ref="queryRef"
       :inline="true"
       v-show="showSearch"
-      :label-width="locale === 'zh' ? '90px' : '180px'"
       label-position="left"
     >
       <el-row :gutter="20">
@@ -60,7 +59,7 @@
           </el-form-item>
         </el-col>
         <el-col :span="12">
-          <el-form-item :label="$t('plan.query.customer')" prop="customer">
+          <el-form-item :label-width="locale === 'zh' ? '90px' : '140px'" :label="$t('plan.query.customer')" prop="customer">
             <el-input
               :style="{ width: locale === 'zh' ? '220px' : '240px' }"
               v-model="queryParams.customer"

--
Gitblit v1.9.3