From 9cf5d13f1c4d6e1fbed702ae8dabcc9cbc5fb44b Mon Sep 17 00:00:00 2001 From: sheng <15292050171@163.com> Date: Tue, 25 Jul 2023 16:45:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=BE=8E=E5=8C=96=EF=BC=9A?= =?UTF-8?q?=E7=99=BB=E9=99=86=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/system/login/index.vue | 30 +- web/src/views/system/menu/index.vue | 639 ++++++++++++++++----------- 2 files changed, 402 insertions(+), 267 deletions(-) diff --git a/web/src/views/system/login/index.vue b/web/src/views/system/login/index.vue index 9cf7e05..a209e05 100644 --- a/web/src/views/system/login/index.vue +++ b/web/src/views/system/login/index.vue @@ -40,6 +40,19 @@ + +
@@ -101,7 +114,7 @@ onMounted(() => { flex-direction: column; span { margin-left: 10px; - font-size: 28px; + font-size: 20px; color: #26a59a; } .login-left-logo-text-msg { @@ -251,5 +264,20 @@ onMounted(() => { } } } + + .login-authorization { + position: fixed; + bottom: 50px; + left: 0; + right: 0; + text-align: center; + p { + font-size: 14px; + } + a { + color: #409eff; + margin: 0 5px; + } + } } diff --git a/web/src/views/system/menu/index.vue b/web/src/views/system/menu/index.vue index afd5bc8..dc03717 100644 --- a/web/src/views/system/menu/index.vue +++ b/web/src/views/system/menu/index.vue @@ -1,137 +1,220 @@ -
- 菜单列表
-