From 002484eee22b24fc9f5fbd7826b1036f7c05aa5e Mon Sep 17 00:00:00 2001
From: children117cl <278950112@qq.com>
Date: 星期三, 14 四月 2021 11:06:51 +0800
Subject: [PATCH] 注释角色管理的搜索;更改管理员管理,账号类型的显示判断

---
 src/components/RightPanel/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/RightPanel/index.vue b/src/components/RightPanel/index.vue
index fbad0d8..6dd3258 100644
--- a/src/components/RightPanel/index.vue
+++ b/src/components/RightPanel/index.vue
@@ -2,9 +2,10 @@
   <div ref="rightPanel" :class="{show:show}" class="rightPanel-container">
     <div class="rightPanel-background" />
     <div class="rightPanel">
-      <div class="handle-button" :style="{'top':buttonTop+'px','background-color':theme}" @click="show=!show">
+      <!-- todo -->
+      <!-- <div class="handle-button" :style="{'top':buttonTop+'px','background-color':theme}" @click="show=!show">
         <i :class="show?'el-icon-close':'el-icon-setting'" />
-      </div>
+      </div> -->
       <div class="rightPanel-items">
         <slot />
       </div>

--
Gitblit v1.8.0