From 21945dc63c62b8906992a290ad2ca9bb3566fa46 Mon Sep 17 00:00:00 2001 From: Gary Fu Date: Mon, 1 May 2023 17:58:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80element-plus=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LeftMenu.vue | 32 ++++++++++++++++++++++---------- src/components/TopNav.vue | 20 +++++++++++++------- src/views/HomeView.vue | 2 +- 3 files changed, 36 insertions(+), 18 deletions(-) diff --git a/src/components/LeftMenu.vue b/src/components/LeftMenu.vue index 5e15081..b2e9c21 100644 --- a/src/components/LeftMenu.vue +++ b/src/components/LeftMenu.vue @@ -5,37 +5,49 @@ :default-openeds="['1']" > - SIMPLE Element Plus + Simple Element Plus +
+ SEP +
- 用户管理 + + 用户管理 - 角色管理 + + 角色管理 - 权限管理 + + 权限管理 - 菜单管理 + + 菜单管理 - 客户端错误 + + 客户端错误 - 没有权限页面 + + 没有权限页面 - 服务器错误 + + 服务器错误 diff --git a/src/components/TopNav.vue b/src/components/TopNav.vue index 7bd014c..7a4bce2 100644 --- a/src/components/TopNav.vue +++ b/src/components/TopNav.vue @@ -4,17 +4,23 @@ :ellipsis="false" > - - - - - - +
中文 diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index ad89d0c..7f7fc13 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -9,7 +9,7 @@ const collapseLeft = ref(false)