refactor: 样式优化

This commit is contained in:
Zhao Zhao Shen 2025-03-12 16:50:24 +08:00
parent 1bf80ea3fe
commit 37ef302124
2 changed files with 3 additions and 3 deletions

View File

@ -970,7 +970,7 @@ onUnmounted(() => {
flex-direction: column;
align-items: center;
background: #000028;
height: 100vh;
height: calc(100vh - 4rem);
width: calc(100% + 1.5rem);
overflow: hidden;
color: white;
@ -1209,7 +1209,7 @@ onUnmounted(() => {
/* 下部区域样式 */
.lower-section {
width: 100%;
height: 20%;
height: 24%;
/* 调整高度 */
display: flex;
justify-content: center;

View File

@ -410,7 +410,7 @@ ix-application {
display: flex;
flex-direction: column;
background: #000028;
min-height: 100vh;
height: calc(100vh - 4rem);
width: 100%;
overflow-x: hidden;
}