From cd7f3fa89aed4e7a4b87c0ee4164cd606103b318 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 15 四月 2025 09:38:41 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/YiWuProject

---
 UI-Project/src/views/Identify/ident.vue |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/UI-Project/src/views/Identify/ident.vue b/UI-Project/src/views/Identify/ident.vue
index 46345b7..c3260ac 100644
--- a/UI-Project/src/views/Identify/ident.vue
+++ b/UI-Project/src/views/Identify/ident.vue
@@ -1,52 +1,35 @@
 <script setup>
 let indexFlag = $ref(1)
-
 function changeRouter(index) {
   indexFlag = index
 }
-
 </script>
-
 <template>
-  <!-- <div id="main-div"> -->
-
-
   <div id="main-body">
     <router-view/>
   </div>
-  <!-- </div> -->
 </template>
-
 <style scoped>
 #main-div {
   width: 100%;
   height: 100%;
 }
-
 #div-title {
   height: 2%;
   width: 100%;
 }
-
 #searchButton {
   margin-top: -5px;
   margin-left: 1rem;
 }
-
-/* #searchButton1{
-//margin-left: 10rem;
-} */
-/*main-body鏍峰紡*/
 #main-body {
   width: 100%;
   height: 95%;
   /* margin-top: 1%; */
 }
-
 #select {
   margin-left: 0.5rem;
 }
-
 :deep(.indexTag .el-breadcrumb__inner) {
   color: #5CADFE !important;
 }

--
Gitblit v1.8.0