1
This commit is contained in:
parent
912a72766c
commit
711e237010
20
src/App.vue
20
src/App.vue
@ -2,10 +2,9 @@
|
|||||||
<div id="app">
|
<div id="app">
|
||||||
<!-- <Header v-if="!isLoginPage"/> -->
|
<!-- <Header v-if="!isLoginPage"/> -->
|
||||||
<main class="main-content">
|
<main class="main-content">
|
||||||
<a-config-provider :locale="zhCN">
|
<a-config-provider :locale="zhCN">
|
||||||
<router-view />
|
<router-view />
|
||||||
|
</a-config-provider>
|
||||||
</a-config-provider>
|
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -33,9 +32,11 @@ const isLoginPage = computed(() => {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html,
|
||||||
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-x: hidden; /* 可选:防止水平滚动 */
|
overflow-x: hidden;
|
||||||
|
/* 可选:防止水平滚动 */
|
||||||
}
|
}
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
@ -59,8 +60,9 @@ header {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
.x-search-bar .ant-form-item{
|
|
||||||
margin-right: 0;
|
.x-search-bar .ant-form-item {
|
||||||
margin-bottom: 0;
|
margin-right: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
x
Reference in New Issue
Block a user