From ebb8e1fd49f89323d561b1f78547fc1bc129e3b7 Mon Sep 17 00:00:00 2001
From: gaoaoy <1042166043@qq.com>
Date: 星期二, 12 三月 2024 09:08:37 +0800
Subject: [PATCH] 6 设备工具明细 功能调整

---
 src/view/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/view/index.vue b/src/view/index.vue
index 40bd6df..fcc83e2 100644
--- a/src/view/index.vue
+++ b/src/view/index.vue
@@ -12,11 +12,12 @@
 		height: 48px;
 		display: flex;
 		align-items: center;
-		padding: 0 30px;
+		padding: 0 24px;
 	}
 
 	.logo {
 		width: 130px;
+		height: 40px;
 	}
 
 	.logo img {
@@ -264,7 +265,7 @@
 	<div class="all" @click="closeRightKey">
 		<div class="title">
 			<div class="logo">
-				<!-- <img src="../../static/img/logo 1.png" /> -->
+				<img src="../../static/img/logo1.png" />
 			</div>
 			<div class="label">LIMS瀹為獙瀹ょ鐞嗙郴缁�</div>
 			<div class="user">
@@ -345,7 +346,6 @@
 		const componentConfig = requireComponent(fileName);
 		comObj[names] = componentConfig.default || componentConfig;
 	});
-	import menu from '../../static/js/menu.js';
 	import menus from '../../static/js/menu.js'
 	import nullFace from '../view/404.vue'
 	comObj['nullFace'] = nullFace
@@ -486,4 +486,4 @@
 			}
 		}
 	};
-</script>
\ No newline at end of file
+</script>

--
Gitblit v1.9.3