From fea917fa791c2f813904e8892f02ee2f394dd0d2 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期五, 15 七月 2022 15:06:27 +0800
Subject: [PATCH] 菜单

---
 src/views/goalManagement/targetDecompositionYear/index.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/views/goalManagement/targetDecompositionYear/index.vue b/src/views/goalManagement/targetDecompositionYear/index.vue
index 2210e0a..4260417 100644
--- a/src/views/goalManagement/targetDecompositionYear/index.vue
+++ b/src/views/goalManagement/targetDecompositionYear/index.vue
@@ -1,4 +1,5 @@
 <template>
+    <div>
         <search></search>
         <div class="minCenter">
             <div class="btns">
@@ -76,6 +77,7 @@
           </div>
         </div>
         <Dailog ref="Show"></Dailog>
+        </div>
 </template>
 <script lang="ts">
 import search from '../targetSettings/component/search.vue'
@@ -107,8 +109,8 @@
 export default defineComponent({
   components: { ElButton, ElInput,search,Dailog},
   setup() {
-  
-    
+
+
     // 下方导航与表格
     const activeName = ref("1");
     const handleClick = (tab: TabsPaneContext, event: Event) => {
@@ -207,4 +209,4 @@
 display: flex;
 justify-content: right;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.2