From 08e5768f91c2546c3d98f2cc96521476b59b2973 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期三, 04 九月 2024 20:12:33 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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