@@ -30,7 +29,7 @@
@@ -40,9 +39,9 @@
:data-id="item.id"
:index="index"
:style="{
- ...useComponentStyle(item.attr, index),
- ...getBlendModeStyle(item.styles) as any
- }"
+ ...useComponentStyle(item.attr, index),
+ ...(getBlendModeStyle(item.styles) as any),
+ }"
:item="item"
@click="mouseClickHandle($event, item)"
@mousedown="mousedownHandle($event, item)"
@@ -77,13 +76,17 @@
-
+