升级到3.0.5:

1. 优化卡片组件card的接收拖拽区域大小;
2. 修复type属性编辑器配置错误的问题。
This commit is contained in:
vdpAdmin
2022-03-10 15:41:56 +08:00
parent 486ceafce1
commit 68e2db055f
10 changed files with 37 additions and 6 deletions

View File

@ -76,7 +76,7 @@ export const loadExtension = function (app) {
{label: 'info', value: 'info'},
{label: 'error', value: 'error'},
]
PERegister.registerCPEditor(app, 'type', 'alert-type-editor',
PERegister.registerCPEditor(app, 'alert-type', 'alert-type-editor',
PEFactory.createSelectEditor('type', 'extension.setting.alertType',
{optionItems: typeOptions}))

View File

@ -97,6 +97,14 @@
outline: 2px solid $--color-primary !important;
}
.card-container {
margin: 3px;
.form-widget-list {
min-height: 28px;
}
}
:deep(.el-card__header) {
padding: 10px 12px;
}