mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-30 00:00:05 +08:00
feat: 合并1.1.1,升级版本到2.0.8
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
v-for="item in groupData.groupList"
|
||||
:class="animationsClass(item.styles.animations)"
|
||||
:key="item.id"
|
||||
:style="{
|
||||
:style="{
|
||||
...getComponentAttrStyle(item.attr, groupIndex),
|
||||
...getFilterStyle(item.styles),
|
||||
...getTransformStyle(item.styles)
|
||||
@@ -15,7 +15,7 @@
|
||||
:chartConfig="item"
|
||||
:themeSetting="themeSetting"
|
||||
:themeColor="themeColor"
|
||||
:style="{...getSizeStyle(item.attr)}"
|
||||
:style="{ ...getSizeStyle(item.attr) }"
|
||||
></component>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user