From cc37fa838d0a9ff5f74a0ba06a8f944938dd0807 Mon Sep 17 00:00:00 2001 From: 13937891274 <kxc0822> Date: 星期二, 19 七月 2022 18:01:41 +0800 Subject: [PATCH] 应急队伍一览对接 --- src/views/goalManagement/targetDecompositionMonth/index.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/goalManagement/targetDecompositionMonth/index.vue b/src/views/goalManagement/targetDecompositionMonth/index.vue index 4e34329..084d1b9 100644 --- a/src/views/goalManagement/targetDecompositionMonth/index.vue +++ b/src/views/goalManagement/targetDecompositionMonth/index.vue @@ -1,11 +1,12 @@ <template> + <div> <search></search> <div class="minCenter"> <div class="btns"> <div> - <el-button type="primary" :icon="Plus" @click="openType">新建</el-button> - <el-button type="warning" :icon="EditPen" plain >修改</el-button> - <el-button type="danger" :icon="Delete" plain>删除</el-button> + <el-button size="default" type="primary" :icon="Plus" @click="openType">新建</el-button> + <el-button size="default" type="warning" :icon="EditPen" plain >修改</el-button> + <el-button size="default" type="danger" :icon="Delete" plain>删除</el-button> </div> </div> <el-table @@ -77,6 +78,7 @@ </div> </div> <Dailog ref="Show"></Dailog> + </div> </template> <script lang="ts"> import search from '../targetSettings/component/search.vue' -- Gitblit v1.9.2