15179599649
2024-03-11 2362f8bce1fc26a28b3c2a019ae3216efa399de5
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;
}