From 52e3605766d85b04f2952b537b3f6d8d6bd96a8b Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期四, 15 五月 2025 12:22:36 +0800
Subject: [PATCH] 提交计划运行的搜索样优化

---
 src/views/mainPlan/gasPlanning/index.vue |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/views/mainPlan/gasPlanning/index.vue b/src/views/mainPlan/gasPlanning/index.vue
index decef5f..4ec31aa 100644
--- a/src/views/mainPlan/gasPlanning/index.vue
+++ b/src/views/mainPlan/gasPlanning/index.vue
@@ -5,14 +5,12 @@
       :model="queryParams"
       ref="queryRef"
       :inline="true"
-      :label-width="locale === 'zh' ? '68px' : '100px'"
       label-position="left"
     >
       <el-row type="flex" justify="left">
-        <el-col :span="locale === 'zh' ? 4 : 5">
-          <el-form-item :label="$t('plan.query.selectMonth')" prop="description">
+        <el-col :span="8">
+          <el-form-item :style="{ width: '100%' }" :label="$t('plan.query.selectMonth')" prop="description">
             <el-date-picker
-              :style="{ width: locale === 'zh' ? '200px' : '220px' }"
               clearable
               v-model="queryParams.date"
               type="month"
@@ -22,7 +20,7 @@
             </el-date-picker>
           </el-form-item>
         </el-col>
-        <el-col :span="locale === 'zh' ? 20 : 19" style="text-align: right">
+        <el-col :span="16" style="text-align: right">
           <el-form-item class="column-with-margin">
             <el-button type="primary" icon="Search" @click="handleQuery"
               >{{$t("common.common.query")}}</el-button

--
Gitblit v1.9.3