refactor: 样式优化

This commit is contained in:
Zhao Zhao Shen 2025-03-12 17:09:25 +08:00
parent 37ef302124
commit ef2910286d
1 changed files with 2 additions and 2 deletions

View File

@ -983,7 +983,7 @@ onUnmounted(() => {
.upper-section {
display: flex;
width: 100%;
height: 60%;
height: 65%;
/* 调整高度 */
}
@ -1209,7 +1209,7 @@ onUnmounted(() => {
/* 下部区域样式 */
.lower-section {
width: 100%;
height: 24%;
height: 20%;
/* 调整高度 */
display: flex;
justify-content: center;