feat: 信息体只读样式修改,添加定宽
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user