mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:39:05 +08:00
feat: 在分支条件时允许给 dropdown-button 添加类名 (#5733)
This commit is contained in:
parent
fe40e58b4f
commit
fbccd04ab0
@ -1348,7 +1348,8 @@ export default class ComboControl extends React.Component<ComboProps> {
|
||||
label: __(addButtonText || 'add'),
|
||||
level: 'info',
|
||||
size: 'sm',
|
||||
closeOnClick: true
|
||||
closeOnClick: true,
|
||||
btnClassName: addButtonClassName
|
||||
},
|
||||
{
|
||||
buttons: conditions?.map(item => ({
|
||||
|
Loading…
Reference in New Issue
Block a user