mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:48:13 +08:00
fix: remove table headtoolbar repeated className (#5174)
Co-authored-by: dqc <qianchuan.deng@gmail.com>
This commit is contained in:
parent
f0c49ac4de
commit
33f19b8f28
@ -1915,8 +1915,8 @@ export default class CRUD extends React.Component<CRUDProps, any> {
|
||||
key={index}
|
||||
className={cx(
|
||||
'Crud-toolbar-item',
|
||||
align ? `Crud-toolbar-item--${align}` : '',
|
||||
toolbar.className
|
||||
align ? `Crud-toolbar-item--${align}` : ''
|
||||
// toolbar.className
|
||||
)}
|
||||
>
|
||||
{child}
|
||||
|
Loading…
Reference in New Issue
Block a user