mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 17:48:13 +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 =
|
||||
events.supportedLifecycles ||
|
||||
(isRoot
|
||||
? [
|
||||
? /*[
|
||||
{
|
||||
description: '初始化时',
|
||||
name: 'constructor',
|
||||
@ -63,7 +63,7 @@ export default function(metadata: TransformedComponentMetadata): TransformedComp
|
||||
description: '卸载时',
|
||||
name: 'componentWillUnmount',
|
||||
},
|
||||
]
|
||||
]*/ null
|
||||
: null);
|
||||
if (supportedLifecycles) {
|
||||
eventsDefinition.push({
|
||||
@ -81,6 +81,7 @@ export default function(metadata: TransformedComponentMetadata): TransformedComp
|
||||
}
|
||||
// 通用设置
|
||||
const propsGroup = props || [];
|
||||
/*
|
||||
propsGroup.push({
|
||||
name: '#generals',
|
||||
title: { type: 'i18n', 'zh-CN': '通用', 'en-US': 'General' },
|
||||
@ -101,14 +102,14 @@ export default function(metadata: TransformedComponentMetadata): TransformedComp
|
||||
title: 'Ref',
|
||||
setter: 'StringSetter',
|
||||
},
|
||||
/*
|
||||
{
|
||||
name: '!more',
|
||||
title: '更多',
|
||||
setter: 'PropertiesSetter',
|
||||
},*/
|
||||
},
|
||||
],
|
||||
});
|
||||
*/
|
||||
const combined: FieldConfig[] = [
|
||||
{
|
||||
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-number-picker,.next-radio-group,.next-range,.next-range-picker,
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user