refactor: 样式优化
This commit is contained in:
parent
37ef302124
commit
ef2910286d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue