From 07a07e9072946498a7d37c7345f83f9021f5deeb Mon Sep 17 00:00:00 2001
From: 邱宇豪 <qyh123230312>
Date: 星期五, 22 九月 2023 16:21:35 +0800
Subject: [PATCH] 新增预埋件管理 库存管理、校正记录、预埋件种类

---
 web/src/views/LayoutIndex/components/LayoutAside.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/web/src/views/LayoutIndex/components/LayoutAside.vue b/web/src/views/LayoutIndex/components/LayoutAside.vue
index 4969bad..3ed7255 100644
--- a/web/src/views/LayoutIndex/components/LayoutAside.vue
+++ b/web/src/views/LayoutIndex/components/LayoutAside.vue
@@ -127,6 +127,7 @@
 }
 
 /deep/ .el-menu-item.is-active {
+  padding-left: 45px!important;
   position: relative;
   margin-left: 10px;
   color: #3DC8FF;

--
Gitblit v1.9.3