Showing
1 changed file
with
6 additions
and
4 deletions
| @@ -21,8 +21,10 @@ const size = computed(() => { | @@ -21,8 +21,10 @@ const size = computed(() => { | ||
| 21 | </script> | 21 | </script> |
| 22 | 22 | ||
| 23 | <template> | 23 | <template> |
| 24 | - <SvgBorder :option="chartConfig.option"> | ||
| 25 | - <SvgIcon :style="{ color: chartConfig.option.iconColor }" :size="size" :name="chartConfig.option.icon!" | ||
| 26 | - prefix="iconfont" /> | ||
| 27 | - </SvgBorder> | 24 | + <section> |
| 25 | + <SvgBorder :option="chartConfig.option"> | ||
| 26 | + <SvgIcon :style="{ color: chartConfig.option.iconColor }" :size="size" :name="chartConfig.option.icon!" | ||
| 27 | + prefix="iconfont" /> | ||
| 28 | + </SvgBorder> | ||
| 29 | + </section> | ||
| 28 | </template> | 30 | </template> |