From ddfbb100e4e64e53333d2351c0e7db15ebf0d83b Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期一, 18 七月 2022 11:05:19 +0800 Subject: [PATCH] css --- src/views/goalManagement/targetSettings/index.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/goalManagement/targetSettings/index.vue b/src/views/goalManagement/targetSettings/index.vue index 3af2890..3fea760 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 @@ -9,7 +10,7 @@ <div class="btns"> <div> <el-button type="primary" :icon="Plus" @click="openD('新建')">新建</el-button> - <el-button type="danger" :icon="Delete">删除</el-button> + <el-button type="danger" :icon="Delete" plain>删除</el-button> </div> <div> <el-button :icon="Upload" @click="upButton"></el-button> @@ -114,10 +115,11 @@ <dailogAdd ref="openAdd"></dailogAdd> <upData ref="upShow"></upData> </div> + </div> </template> <script lang="ts"> import dailogAdd from './component/dailogAdd.vue' -import upData from './component/updata.vue' +import upData from '../../../components/updata/updata.vue' import search from './component/search.vue' import { ref, toRefs, reactive, onMounted, defineComponent } from "vue"; import { @@ -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