src/pages/page-web/home.vue
@@ -1,6 +1,5 @@ <template> <a-config-provider :locale="zhCN"> <a-layout class="width-100 flex-display" style="height: 100vh"> <a-layout-header class="header" v-show="$route.meta.header!=false"> <Topbar/> @@ -70,7 +69,7 @@ .header { background-color: black; color: white; height: 60px; height: 58px; font-size: 15px; padding: 0 20px; }