mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-20 07:14:23 +00:00
fix style
This commit is contained in:
parent
8119c4c1bc
commit
6f643d2694
@ -46,7 +46,7 @@ export default function(metadata: TransformedComponentMetadata): TransformedComp
|
|||||||
const supportedLifecycles =
|
const supportedLifecycles =
|
||||||
events.supportedLifecycles ||
|
events.supportedLifecycles ||
|
||||||
(isRoot
|
(isRoot
|
||||||
? [
|
? /*[
|
||||||
{
|
{
|
||||||
description: '初始化时',
|
description: '初始化时',
|
||||||
name: 'constructor',
|
name: 'constructor',
|
||||||
@ -63,7 +63,7 @@ export default function(metadata: TransformedComponentMetadata): TransformedComp
|
|||||||
description: '卸载时',
|
description: '卸载时',
|
||||||
name: 'componentWillUnmount',
|
name: 'componentWillUnmount',
|
||||||
},
|
},
|
||||||
]
|
]*/ null
|
||||||
: null);
|
: null);
|
||||||
if (supportedLifecycles) {
|
if (supportedLifecycles) {
|
||||||
eventsDefinition.push({
|
eventsDefinition.push({
|
||||||
@ -81,6 +81,7 @@ export default function(metadata: TransformedComponentMetadata): TransformedComp
|
|||||||
}
|
}
|
||||||
// 通用设置
|
// 通用设置
|
||||||
const propsGroup = props || [];
|
const propsGroup = props || [];
|
||||||
|
/*
|
||||||
propsGroup.push({
|
propsGroup.push({
|
||||||
name: '#generals',
|
name: '#generals',
|
||||||
title: { type: 'i18n', 'zh-CN': '通用', 'en-US': 'General' },
|
title: { type: 'i18n', 'zh-CN': '通用', 'en-US': 'General' },
|
||||||
@ -101,14 +102,14 @@ export default function(metadata: TransformedComponentMetadata): TransformedComp
|
|||||||
title: 'Ref',
|
title: 'Ref',
|
||||||
setter: 'StringSetter',
|
setter: 'StringSetter',
|
||||||
},
|
},
|
||||||
/*
|
|
||||||
{
|
{
|
||||||
name: '!more',
|
name: '!more',
|
||||||
title: '更多',
|
title: '更多',
|
||||||
setter: 'PropertiesSetter',
|
setter: 'PropertiesSetter',
|
||||||
},*/
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
const combined: FieldConfig[] = [
|
const combined: FieldConfig[] = [
|
||||||
{
|
{
|
||||||
title: { type: 'i18n', 'zh-CN': '属性', 'en-US': 'Props' },
|
title: { type: 'i18n', 'zh-CN': '属性', 'en-US': 'Props' },
|
||||||
|
|||||||
@ -92,7 +92,8 @@ html.engine-blur #engine {
|
|||||||
.next-checkbox-group,.next-date-picker,.next-input,.next-month-picker,
|
.next-checkbox-group,.next-date-picker,.next-input,.next-month-picker,
|
||||||
.next-number-picker,.next-radio-group,.next-range,.next-range-picker,
|
.next-number-picker,.next-radio-group,.next-range,.next-range-picker,
|
||||||
.next-rating,.next-select,.next-switch,.next-time-picker,.next-upload,
|
.next-rating,.next-select,.next-switch,.next-time-picker,.next-upload,
|
||||||
.next-year-picker {
|
.next-year-picker,
|
||||||
|
.next-breadcrumb-item,.next-calendar-header,.next-calendar-table {
|
||||||
pointer-events: auto !important;
|
pointer-events: auto !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user