From 55aa572d4750c29b1bb6b21dae800a2dbe71a9d4 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期五, 13 十二月 2024 14:26:04 +0800 Subject: [PATCH] 删除废弃代码 --- 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