mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2025-06-21 17:39:57 +08:00
升级到3.0.5:
1. 优化卡片组件card的接收拖拽区域大小; 2. 修复type属性编辑器配置错误的问题。
This commit is contained in:
@ -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}))
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user