From 73a77a02195912712c7168bd78cb3857df5094a8 Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期二, 13 五月 2025 09:23:55 +0800
Subject: [PATCH] 提交修改查询条件区域样式
---
src/views/mainPlan/gasPiping/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/mainPlan/gasPiping/index.vue b/src/views/mainPlan/gasPiping/index.vue
index f051f78..4f5d3dd 100644
--- a/src/views/mainPlan/gasPiping/index.vue
+++ b/src/views/mainPlan/gasPiping/index.vue
@@ -5,12 +5,11 @@
ref="queryRef"
:inline="true"
v-show="showSearch"
- :label-width="locale === 'zh' ? '90px' : '140px'"
label-position="left"
>
<el-row :gutter="20">
<el-col :span="locale === 'zh' ? 12 : 12">
- <el-form-item :label="$t('plan.query.daterangePlanStartDay')">
+ <el-form-item :label-width="locale === 'zh' ? '90px' : '140px'" :label="$t('plan.query.daterangePlanStartDay')">
<el-date-picker
:style="{ width: locale === 'zh' ? '220px' : '240px' }"
v-model="daterangePlanStartDay"
@@ -23,7 +22,7 @@
</el-form-item>
</el-col>
<el-col :span="locale === 'zh' ? 12 : 12">
- <el-form-item :label="$t('plan.query.daterangePlanEndDay')">
+ <el-form-item :label-width="locale === 'zh' ? '90px' : '140px'" :label="$t('plan.query.daterangePlanEndDay')">
<el-date-picker
:style="{ width: locale === 'zh' ? '220px' : '240px' }"
v-model="daterangePlanEndDay"
@@ -36,9 +35,10 @@
</el-form-item>
</el-col>
</el-row>
- <el-row>
+ <el-row :gutter="20">
<el-col :span="locale === 'zh' ? 12 : 12">
<el-form-item
+ :label-width="locale === 'zh' ? '90px' : '140px'"
:label="$t('plan.query.documentNumber')"
prop="documentNumber"
>
@@ -52,7 +52,7 @@
</el-form-item>
</el-col>
<el-col :span="locale === 'zh' ? 12 : 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