回退 'Pull Request !505 : 【修复】el-input、el-select、el-date-picker宽度;el-radio的label属性兼容下个版本;优化iframe布局'

This commit is contained in:
芋道源码
2024-08-21 13:41:32 +00:00
committed by Gitee
parent ce5d8d3780
commit 1d07068806
143 changed files with 344 additions and 436 deletions

View File

@@ -21,10 +21,7 @@ const crudSchemas = reactive<CrudSchema[]>([
componentProps: {
valueFormat: 'YYYY-MM-DD HH:mm:ss',
type: 'daterange',
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')],
style: {
width: '240px'
}
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
}
},
detail: {
@@ -39,14 +36,7 @@ const crudSchemas = reactive<CrudSchema[]>([
label: '用户编号',
field: 'userId',
isSearch: true,
isTable: false,
search: {
componentProps: {
style: {
width: '240px'
}
}
}
isTable: false
},
{
label: '用户类型',
@@ -54,14 +44,7 @@ const crudSchemas = reactive<CrudSchema[]>([
dictType: DICT_TYPE.USER_TYPE,
dictClass: 'number',
isSearch: true,
isTable: false,
search: {
componentProps: {
style: {
width: '240px'
}
}
}
isTable: false
},
{
label: '邮件标题',
@@ -82,14 +65,7 @@ const crudSchemas = reactive<CrudSchema[]>([
field: 'sendStatus',
dictType: DICT_TYPE.SYSTEM_MAIL_SEND_STATUS,
dictClass: 'string',
isSearch: true,
search: {
componentProps: {
style: {
width: '240px'
}
}
}
isSearch: true
},
{
label: '邮箱账号',
@@ -103,9 +79,6 @@ const crudSchemas = reactive<CrudSchema[]>([
optionsAlias: {
labelField: 'mail',
valueField: 'id'
},
style: {
width: '240px'
}
}
}
@@ -120,14 +93,7 @@ const crudSchemas = reactive<CrudSchema[]>([
{
label: '模板编号',
field: 'templateId',
isSearch: true,
search: {
componentProps: {
style: {
width: '240px'
}
}
}
isSearch: true
},
{
label: '模板编码',