Merge pull request #10910 from xiahao90/feat-columnToggler-menu

解决bug:https://github.com/baidu/amis/issues/9146
This commit is contained in:
Allen 2024-09-19 18:55:51 +08:00 committed by GitHub
commit 2f459084ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,8 @@
box-shadow: var(--DropDown-menu-boxShadow);
min-width: var(--DropDown-menu-minWidth);
text-align: left;
max-height: 500px;
overflow: auto;
}
&--alignRight &-menu {