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
commit f1b010816a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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