fix: 修复单选、多选、多行文本的只读样式

This commit is contained in:
gaoyunqi
2024-04-25 10:12:19 +08:00
parent 60ef2ca412
commit 64140ebbca
4 changed files with 381 additions and 373 deletions

View File

@ -146,6 +146,8 @@ export const basicComponents = [
typeName: t('编辑器'),
type: 'richtext-editor',
options: {
labelWidthMode: 'fix',
labelFixWidth: 120,
span: '',
defaultValue: '',
width: '100%',