V0.2.3.20250726

———————————————
1.修复el-menu-item全局影响问题
2.更新单位vh、vw lvh、lvw
———————————————
This commit is contained in:
Childish-Ghost 2025-07-26 17:16:41 +08:00
parent e25ece9e5d
commit 7c6cf2fb25
2 changed files with 3 additions and 3 deletions

View File

@ -4,5 +4,5 @@
align-items: center;
/*background-color: red;*/
width: 100%;
height: 100vh;
height: 100lvh;
}

View File

@ -1,5 +1,5 @@
.el-button {
margin-bottom: 25px;
height: 10vh;
width: 50vw;
height: 10lvh;
width: 50lvw;
}