From 58218cae70840d595592f3fdd22d0ad7036ac5fd Mon Sep 17 00:00:00 2001 From: Coffee-crocodile <1147347984@qq.com> Date: Tue, 27 Sep 2022 12:48:55 +0800 Subject: [PATCH] =?UTF-8?q?style(index\login):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BA=86=E9=83=A8=E5=88=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- public/resource/loading.css | 2 +- src/layouts/BasicLayout/index.vue | 1 + src/layouts/components/header/Setting.vue | 2 +- src/layouts/components/tab/TabBar.vue | 11 +++-------- src/views/login/index.vue | 2 +- 6 files changed, 8 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 87e8d5f..04144e4 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@
- <%= title %>加载中 + <%= title %>管理系统
diff --git a/public/resource/loading.css b/public/resource/loading.css index 78ed01e..4287e00 100644 --- a/public/resource/loading.css +++ b/public/resource/loading.css @@ -17,7 +17,7 @@ transform-style: preserve-3d; } .loading-title{ - font-size: 2em; + font-size: 1.5em; } .app-loading > div { diff --git a/src/layouts/BasicLayout/index.vue b/src/layouts/BasicLayout/index.vue index b353471..9450fd5 100644 --- a/src/layouts/BasicLayout/index.vue +++ b/src/layouts/BasicLayout/index.vue @@ -16,6 +16,7 @@ :position="appStore.fixedHeader ? 'absolute' : 'static'" :inverted="appStore.invertedHeader" class="z-1" + bordered >
diff --git a/src/layouts/components/header/Setting.vue b/src/layouts/components/header/Setting.vue index 5058edf..2002fd6 100644 --- a/src/layouts/components/header/Setting.vue +++ b/src/layouts/components/header/Setting.vue @@ -4,7 +4,7 @@
- + 主题设置 diff --git a/src/layouts/components/tab/TabBar.vue b/src/layouts/components/tab/TabBar.vue index 03661ac..430d8a4 100644 --- a/src/layouts/components/tab/TabBar.vue +++ b/src/layouts/components/tab/TabBar.vue @@ -1,5 +1,5 @@ - - + diff --git a/src/views/login/index.vue b/src/views/login/index.vue index d856aaa..8bcbde7 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -3,7 +3,7 @@ -
+
Ench Admin