V0.2.3.20250726

———————————————
1.修复el-menu-item全局影响问题
———————————————
This commit is contained in:
Childish-Ghost 2025-07-26 17:15:18 +08:00
parent d198f7f867
commit 09a65602cd

View File

@ -3,7 +3,7 @@ body {
margin: 0;
padding: 0;
width: 100%;
height: 100vh
height: 100lvh
}
.container {
@ -37,8 +37,9 @@ body {
}
/* 确保菜单项正常显示 */
.el-menu-item {
width: 10vw;
/*V0.2.3.20250726 修复el-menu-item全局影响问题*/
.el-menu-item-A {
width: 10lvw;
white-space: nowrap;
}