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/targetSettings/index.vue | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/views/goalManagement/targetSettings/index.vue b/src/views/goalManagement/targetSettings/index.vue index 37f08d6..45b358c 100644 --- a/src/views/goalManagement/targetSettings/index.vue +++ b/src/views/goalManagement/targetSettings/index.vue @@ -1,4 +1,5 @@ <template> +<div> <search></search> <div class="minCenter"> <el-tabs @@ -8,13 +9,13 @@ > <div class="btns"> <div> - <el-button type="primary" :icon="Plus" @click="openD('新建')">新建</el-button> - <el-button type="danger" :icon="Delete" plain>删除</el-button> + <el-button type="primary" size="default" :icon="Plus" @click="openD('新建')">新建</el-button> + <el-button type="danger" size="default" :icon="Delete" plain>删除</el-button> </div> <div> - <el-button :icon="Upload" @click="upButton"></el-button> - <el-button :icon="Download"></el-button> - <el-button :icon="Refresh"></el-button> + <el-button size="default" :icon="Upload" @click="upButton"></el-button> + <el-button size="default" :icon="Download"></el-button> + <el-button size="default" :icon="Refresh"></el-button> </div> </div> <el-tab-pane label="目标定制(年)" name="1"> </el-tab-pane> @@ -114,6 +115,7 @@ <dailogAdd ref="openAdd"></dailogAdd> <upData ref="upShow"></upData> </div> + </div> </template> <script lang="ts"> import dailogAdd from './component/dailogAdd.vue' @@ -145,8 +147,8 @@ export default defineComponent({ components: { ElButton, ElInput,dailogAdd,upData,search}, setup() { - - + + // 下方导航与表格 const activeName = ref("1"); const handleClick = (tab: TabsPaneContext, event: Event) => { @@ -258,4 +260,4 @@ display: flex; justify-content: right; } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.2