From 6682fa7eb5f98ee776d9f8a1a11a80195bc7fbd0 Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期一, 18 七月 2022 17:45:45 +0800 Subject: [PATCH] css --- src/views/goalManagement/IncentiveRecording/component/DailogSearch.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/goalManagement/IncentiveRecording/component/DailogSearch.vue b/src/views/goalManagement/IncentiveRecording/component/DailogSearch.vue index 89ce0d3..3a991f5 100644 --- a/src/views/goalManagement/IncentiveRecording/component/DailogSearch.vue +++ b/src/views/goalManagement/IncentiveRecording/component/DailogSearch.vue @@ -6,7 +6,7 @@ <el-form ref="ruleFormRef" :model="ruleForm" status-icon> <el-row> <el-col :span="12"> - <el-form-item> + <el-form-item size="default"> <el-input v-model="ruleForm.pass" placeholder="奖惩名称" /> </el-form-item> </el-col> @@ -17,8 +17,8 @@ </el-col> --> <el-col :span="11" :offset="1"> <el-form-item> - <el-button type="primary" @click="submitForm(ruleFormRef)">查询</el-button> - <el-button @click="resetForm(ruleFormRef)">重置</el-button> + <el-button size="default" type="primary" @click="submitForm(ruleFormRef)">查询</el-button> + <el-button size="default" @click="resetForm(ruleFormRef)">重置</el-button> </el-form-item> </el-col> </el-row> -- Gitblit v1.9.2