From e98ad2cf668f00ff3816565bd596fd2440ad3156 Mon Sep 17 00:00:00 2001
From: zouzhibin <3517876561@qq.com>
Date: Sat, 30 Apr 2022 21:19:10 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=BB=E9=A2=98=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 4 +
src/components/u-setting/index.vue | 126 ++++++++++++++++++++
src/layout/components/AppMain.vue | 14 ++-
src/layout/components/Sidebar/index.vue | 51 ++++----
src/layout/components/Sidebar/menuSlide.vue | 55 +++++++++
src/layout/components/TagsView/index.vue | 2 +
src/layout/components/UHeader/index.vue | 26 +++-
src/layout/index.vue | 27 ++++-
src/store/index.ts | 4 +-
src/store/modules/setting.ts | 33 +++++
src/styles/sidebar.scss | 10 ++
11 files changed, 308 insertions(+), 44 deletions(-)
create mode 100644 src/components/u-setting/index.vue
create mode 100644 src/layout/components/Sidebar/menuSlide.vue
create mode 100644 src/store/modules/setting.ts
diff --git a/src/App.vue b/src/App.vue
index 02a521e..d403b7b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -9,6 +9,8 @@
position: relative;
width: 100%;
height: 100%;
+ /*background: #f6f8f9;*/
+ /*background: goldenrod;*/
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@@ -16,6 +18,8 @@
}
html,body{
height: 100%;
+ background: #f6f8f9;
+
}
*{
margin: 0;
diff --git a/src/components/u-setting/index.vue b/src/components/u-setting/index.vue
new file mode 100644
index 0000000..f15b243
--- /dev/null
+++ b/src/components/u-setting/index.vue
@@ -0,0 +1,126 @@
+
+