forked from github/dataease
Merge pull request #7672 from dataease/pr@dev-v2@menu-remove-border
style(左侧菜单树): 去掉描边
This commit is contained in:
commit
f1b010816a
@ -40,4 +40,7 @@ const menuSelect = (index: string, indexPath: string[]) => {
|
||||
width: 100%;
|
||||
min-height: 400px;
|
||||
}
|
||||
.ed-menu {
|
||||
border: none;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user