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

View File

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