From 2c18342e86f74dbd54c9ed72f5320be15c9ae3b1 Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期一, 18 七月 2022 17:55:09 +0800 Subject: [PATCH] css --- src/views/goalManagement/targetDecompositionYear/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/goalManagement/targetDecompositionYear/index.vue b/src/views/goalManagement/targetDecompositionYear/index.vue index 8ca6b34..c4999b3 100644 --- a/src/views/goalManagement/targetDecompositionYear/index.vue +++ b/src/views/goalManagement/targetDecompositionYear/index.vue @@ -4,9 +4,9 @@ <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 @@ -109,8 +109,8 @@ export default defineComponent({ components: { ElButton, ElInput,search,Dailog}, setup() { - - + + // 下方导航与表格 const activeName = ref("1"); const handleClick = (tab: TabsPaneContext, event: Event) => { @@ -209,4 +209,4 @@ display: flex; justify-content: right; } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.2