From 0bd8b4947527f0d1a3fe445d84fb776ce021507e Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 21 十一月 2024 10:59:56 +0800
Subject: [PATCH] 1. 修改问题整改界面中左侧列表的状态图标

---
 src/components/core/BaseContentLayout.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/core/BaseContentLayout.vue b/src/components/core/BaseContentLayout.vue
index 46135f0..c68f43c 100644
--- a/src/components/core/BaseContentLayout.vue
+++ b/src/components/core/BaseContentLayout.vue
@@ -5,7 +5,7 @@
     </el-header>
     <el-container>
       <el-aside class="el-aside" :style="'height: ' + mainHeight">
-        <el-scrollbar>
+        <el-scrollbar :noresize="true">
           <slot name="aside"></slot>
         </el-scrollbar>
       </el-aside>
@@ -47,6 +47,7 @@
 <style scoped>
 .el-aside {
   /* width: initial; */
+  /* overflow-x: auto; */
   position: relative;
   /* height: calc(100vh - 60px * 2 - 20px * 2); */
   /* background-color: aqua; */

--
Gitblit v1.9.3