fix: 修复单选、多选、多行文本的只读样式
This commit is contained in:
@ -146,6 +146,8 @@ export const basicComponents = [
|
||||
typeName: t('编辑器'),
|
||||
type: 'richtext-editor',
|
||||
options: {
|
||||
labelWidthMode: 'fix',
|
||||
labelFixWidth: 120,
|
||||
span: '',
|
||||
defaultValue: '',
|
||||
width: '100%',
|
||||
|
||||
Reference in New Issue
Block a user