refactor: 样式优化
This commit is contained in:
parent
37ef302124
commit
ef2910286d
|
@ -983,7 +983,7 @@ onUnmounted(() => {
|
||||||
.upper-section {
|
.upper-section {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 60%;
|
height: 65%;
|
||||||
/* 调整高度 */
|
/* 调整高度 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1209,7 +1209,7 @@ onUnmounted(() => {
|
||||||
/* 下部区域样式 */
|
/* 下部区域样式 */
|
||||||
.lower-section {
|
.lower-section {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 24%;
|
height: 20%;
|
||||||
/* 调整高度 */
|
/* 调整高度 */
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Reference in New Issue