refactor: optimize AbstractDropdownMenuButton.ts height to "fit-content"
This commit is contained in:
parent
d1f6bcd692
commit
0711b43774
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue