Feat(Menu): Add drop mask

Add drop mask to menu. Optimize tool description.
This commit is contained in:
2024-04-30 15:22:54 +08:00
parent af8e901098
commit 929b2f3b91
8 changed files with 95 additions and 20 deletions

View File

@@ -7,6 +7,7 @@
.menu-droppable {
display: flex;
position: relative;
min-height: 0;
flex: 1;
width: 100%;