This commit is contained in:
Leo_Ding 2025-11-26 15:45:21 +08:00
parent 912a72766c
commit 711e237010

View File

@ -4,7 +4,6 @@
<main class="main-content">
<a-config-provider :locale="zhCN">
<router-view />
</a-config-provider>
</main>
</div>
@ -33,9 +32,11 @@ const isLoginPage = computed(() => {
box-sizing: border-box;
}
html, body {
html,
body {
height: 100%;
overflow-x: hidden; /* 可选:防止水平滚动 */
overflow-x: hidden;
/* 可选:防止水平滚动 */
}
#app {
@ -59,6 +60,7 @@ header {
overflow: hidden;
height: 100vh;
}
.x-search-bar .ant-form-item {
margin-right: 0;
margin-bottom: 0;