From 52516230c75988540b51e7160b1f5c03b96583ea Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期四, 05 九月 2024 16:09:40 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- UI-Project/src/layout/MainErpView.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UI-Project/src/layout/MainErpView.vue b/UI-Project/src/layout/MainErpView.vue index 050df7b..e2f4b57 100644 --- a/UI-Project/src/layout/MainErpView.vue +++ b/UI-Project/src/layout/MainErpView.vue @@ -197,7 +197,7 @@ </el-header> <div id="line"></div> <el-container> - <el-aside :width="isCollapse ? '30px' : '200px'" style="background-color: #fff;"> + <el-aside :width="isCollapse ? '0px' : '200px'" style="background-color: #fff;"> <el-row :span="20"> <el-menu :default-active="activePath" class="el-menu-vertical-demo" > <div class="menu"> @@ -336,7 +336,7 @@ ul li { height: 28px; - width: 200px; + width: 180px; line-height: 30px; /* background: rgb(128, 128, 128); */ color: #000000; -- Gitblit v1.8.0