——————————————— 1.修复el-menu-item全局影响问题 2.更新单位vh、vw lvh、lvw ———————————————
9 lines
163 B
CSS
9 lines
163 B
CSS
.center-container {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
/*background-color: red;*/
|
|
width: 100%;
|
|
height: 100lvh;
|
|
}
|