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 >