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/facilityManagement/InstrumentationInformation/index.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/facilityManagement/InstrumentationInformation/index.vue b/src/views/facilityManagement/InstrumentationInformation/index.vue index bef886c..391eb68 100644 --- a/src/views/facilityManagement/InstrumentationInformation/index.vue +++ b/src/views/facilityManagement/InstrumentationInformation/index.vue @@ -3,14 +3,14 @@ <el-form ref="ruleFormRef" :model="ruleForm" status-icon label-width="20px" class="topTitle"> <el-row> <el-col :span="4"> - <el-form-item> + <el-form-item size="default"> <el-input v-model="ruleForm.pass" placeholder="装置设施名称" /> </el-form-item> </el-col> <el-col :span="4"> <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> @@ -25,14 +25,14 @@ <el-col :span="20"> <div class="btns"> <div> - <el-button type="primary" :icon="Plus" @click="openD">新建</el-button> - <el-button type="warning" plain :icon="EditPen">修改</el-button> - <el-button type="danger" :icon="Delete" plain>删除</el-button> + <el-button size="default" type="primary" :icon="Plus" @click="openD">新建</el-button> + <el-button size="default" type="warning" plain :icon="EditPen">修改</el-button> + <el-button size="default" type="danger" :icon="Delete" plain>删除</el-button> </div> <div> - <el-button :icon="Upload" @click="openUp"></el-button> - <el-button :icon="Download"></el-button> - <el-button :icon="Refresh"></el-button> + <el-button size="default" :icon="Upload" @click="openUp"></el-button> + <el-button size="default" :icon="Download"></el-button> + <el-button size="default" :icon="Refresh"></el-button> </div> </div> <div style="padding-left: 10px"> -- Gitblit v1.9.2