mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:48:55 +08:00
fix: 表单类组件和代码高亮组件支持style响应式 (#6001)
* fix(InputImage): 细节调整 * fix: 统一组件style属性ts校验格式 * fix: 表单组件和面板组件style设置细节完善 * fix: 表单类组件和代码高亮组件支持style响应式
This commit is contained in:
parent
b428325895
commit
4c568d2592
@ -1489,6 +1489,7 @@ export const detectProps = [
|
||||
'addOn',
|
||||
'btnClassName',
|
||||
'btnLabel',
|
||||
'style',
|
||||
'btnDisabled',
|
||||
'className',
|
||||
'clearable',
|
||||
|
@ -156,7 +156,8 @@ export default class Code extends React.Component<CodeProps> {
|
||||
'editorTheme',
|
||||
'tabSize',
|
||||
'wordWrap',
|
||||
'customLang'
|
||||
'customLang',
|
||||
'style'
|
||||
];
|
||||
|
||||
static defaultProps: Partial<CodeProps> = {
|
||||
|
Loading…
Reference in New Issue
Block a user