Menu: support submenu

This commit is contained in:
thislight 2024-11-03 23:33:37 +08:00
parent 92af897590
commit 898575637e
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
2 changed files with 37 additions and 4 deletions

View file

@ -7,6 +7,22 @@
width: max-content;
box-shadow: var(--tutu-shadow-e8);
contain: content;
&.e1 {
box-shadow: var(--tutu-shadow-e9);
}
&.e2 {
box-shadow: var(--tutu-shadow-e10);
}
&.e3 {
box-shadow: var(--tutu-shadow-e11);
}
&.e4 {
box-shadow: var(--tutu-shadow-e12);
}
}
dialog.Menu::backdrop {