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/weldSeamEcharts/index.vue | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/views/mainPlan/weldSeamEcharts/index.vue b/src/views/mainPlan/weldSeamEcharts/index.vue index 9fb72c7..543ab2d 100644 --- a/src/views/mainPlan/weldSeamEcharts/index.vue +++ b/src/views/mainPlan/weldSeamEcharts/index.vue @@ -7,10 +7,10 @@ </div> </el-col> --> <el-col> - <el-form :model="queryParams" ref="queryRef" :inline="true" label-width="90px"> + <el-form :model="queryParams" ref="queryRef" :inline="true" label-position="left"> <el-row :gutter="20"> - <el-col :span="12"> - <el-form-item label="缁熻鏃ユ湡" style="width: 60%;"> + <el-col :span="8"> + <el-form-item label="缁熻鏃ユ湡" :style="{ width: '100%' }"> <el-date-picker v-model="totalDay" value-format="YYYY-MM" @@ -21,8 +21,8 @@ ></el-date-picker> </el-form-item> </el-col> - <el-col :span="12" style="text-align: right;"> - <el-form-item> + <el-col :span="16" style="text-align: right;"> + <el-form-item class="column-with-margin"> <el-button type="primary" icon="Search" @click="handleQuery">鎼滅储</el-button> <el-button icon="Refresh" @click="resetQuery">閲嶇疆</el-button> </el-form-item> @@ -165,4 +165,9 @@ chartRef.value.innerHTML = '<div style="text-align: center;margin-top: 50px;color: #999;">鏆傛棤鏁版嵁</div>'; } } -</script> \ No newline at end of file +</script> +<style scoped> +.column-with-margin { + margin-right: 0px; +} +</style> \ No newline at end of file -- Gitblit v1.9.3