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