feat: 信息体只读样式修改,添加定宽

This commit is contained in:
GAOANG
2024-04-15 16:04:20 +08:00
parent 9852bd8a30
commit 4eb745630e
4 changed files with 13 additions and 3 deletions

View File

@ -417,7 +417,7 @@
}
function readonlySupport(name) {
return /Input|AutoCodeRule|DatePicker|Text|TimePicker|Info|Range/.test(name);
return /Input|AutoCodeRule|DatePicker|Text|TimePicker|Range/.test(name);
}
function getShow(schema: FormSchema): boolean {