Compare commits

...

3 Commits

Author SHA1 Message Date
Grapelllar
b47e2ced11
Pre Merge pull request !220 from Grapelllar/dev 2025-06-17 06:39:53 +00:00
奔跑的面条
bbbf9691f3 feat: 先隐藏饼图的动画配置 2025-06-17 14:36:50 +08:00
mahengjie
a4ec445da6 fix: 解决组件组合后弹幕组件溢出问题 2023-12-29 11:27:02 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -3,14 +3,14 @@
<VChartGlobalSetting :optionData="optionData"></VChartGlobalSetting>
<!-- 饼图配制 -->
<CollapseItem name="饼图" expanded>
<SettingItemBox name="动画">
<!-- <SettingItemBox name="动画">
<SettingItem>
<n-space>
<n-switch v-model:value="animationRef" size="small" @update:value="animationHandle"></n-switch>
<n-text>开启动画</n-text>
</n-space>
</SettingItem>
</SettingItemBox>
</SettingItemBox> -->
<SettingItemBox name="图形">
<setting-item name="内圈范围">
<n-input-number v-model:value="optionData.innerRadius" :step="0.1" :min="0" size="small"></n-input-number>

View File

@ -187,7 +187,7 @@ onMounted(() => {
})
</script>
<style lang="scss" scoped>
<style lang="scss">
@include goId('chart-edit-layout') {
position: relative;
width: 100%;