From 38af7850e2c62b28ccb6f990140ac17c4bc21419 Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期一, 18 三月 2024 14:49:27 +0800 Subject: [PATCH] 风险辨识管理 --- src/components/DailogSearch/DailogSearch.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/DailogSearch/DailogSearch.vue b/src/components/DailogSearch/DailogSearch.vue index 9a993bc..fcf71a6 100644 --- a/src/components/DailogSearch/DailogSearch.vue +++ b/src/components/DailogSearch/DailogSearch.vue @@ -15,10 +15,10 @@ <el-input v-model="ruleForm.searchParams.indexNum" placeholder="目标指标编号" /> </el-form-item> </el-col> - <el-col :span="6" :offset="1"> + <el-col :span="10" :offset="1"> <el-form-item> - <el-button type="primary" @click="listApi">查询</el-button> - <el-button @click="resetForm">重置</el-button> + <el-button size="default" type="primary" @click="listApi">查询</el-button> + <el-button size="default" @click="resetForm">重置</el-button> </el-form-item> </el-col> </el-row> -- Gitblit v1.9.2