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