Merge pull request #7672 from dataease/pr@dev-v2@menu-remove-border

style(左侧菜单树): 去掉描边
This commit is contained in:
jianneng-fit2cloud
2024-01-17 18:12:44 +08:00
committed by GitHub

View File

@@ -40,4 +40,7 @@ const menuSelect = (index: string, indexPath: string[]) => {
width: 100%;
min-height: 400px;
}
.ed-menu {
border: none;
}
</style>