From 52cdea9a329e0835fc30ef8c3ebb7263658cf38d Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期六, 20 八月 2022 10:12:05 +0800 Subject: [PATCH] lct --- 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