From 1a84a52826a8dfd2149a4737d96c6085d1f248e3 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期四, 12 九月 2024 11:47:07 +0800
Subject: [PATCH] 调整
---
src/layout/components/Sidebar/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
index da39034..ea7723a 100644
--- a/src/layout/components/Sidebar/index.vue
+++ b/src/layout/components/Sidebar/index.vue
@@ -1,5 +1,5 @@
<template>
- <div :class="{'has-logo':showLogo}">
+ <div :class="{'has-logo':showLogo}" style="border-right: 1px solid #DDE0E2;">
<logo v-if="showLogo" :collapse="isCollapse" />
<el-scrollbar wrap-class="scrollbar-wrapper">
<el-menu
@@ -43,7 +43,7 @@
return path
},
showLogo() {
- return this.$store.state.settings.sidebarLogo
+ return true;
},
variables() {
return variables
--
Gitblit v1.8.0