refactor: optimize AbstractDropdownMenuButton.ts height to "fit-content"

This commit is contained in:
Michael Yang 2024-09-12 09:35:35 +08:00
parent d1f6bcd692
commit 0711b43774
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export abstract class AbstractDropdownMenuButton<T> extends AbstractMenuButton {
refreshMenuText: boolean = true;
width: string = "48px";
dropDivWith: string = "100px";
dropDivHeight: string = "260px";
dropDivHeight: string = "fit-content";
showItemsTip: boolean = false;
renderTemplate() {