优化暂态事件列表

This commit is contained in:
guanj
2026-06-09 19:51:31 +08:00
parent 03d302ded8
commit bda7373133
48 changed files with 1834 additions and 1474 deletions

View File

@@ -61,13 +61,14 @@
v-if="(item as LayoutItem).component"
:key="(item as LayoutItem).i"
class="pd10"
:timeValue="datePickerRef?.timeValue || 3"
:timeValue="datePickerRef?.timeValue"
:height="rowHeight * item.h - seRowHeight(item.h) + 'px'"
:width="rowWidth * item.w - 30 + 'px'"
:timeKey="(item as LayoutItem).timeKeys"
:interval="datePickerRef?.interval"
:w="item.w"
:h="item.h"
:flag="flag"
/>
<div v-else class="pd10">组件加载失败...</div>
</div>