Childish-Ghost 7c6cf2fb25 V0.2.3.20250726
———————————————
1.修复el-menu-item全局影响问题
2.更新单位vh、vw lvh、lvw
———————————————
2025-07-26 17:16:41 +08:00

9 lines
163 B
CSS

.center-container {
display: flex;
justify-content: center;
align-items: center;
/*background-color: red;*/
width: 100%;
height: 100lvh;
}