!196 修复naive-ui进度图预览显示bug

Merge pull request !196 from 阿飞/dev6
This commit is contained in:
奔跑的面条 2023-08-11 13:49:47 +00:00 committed by Gitee
commit ea7bb4b817
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
:type="type"
:height="h"
:processing="processing"
:percentage="option.dataset"
:percentage="dataset"
:indicator-placement="indicatorPlacement"
:color="color"
:rail-color="railColor"
@ -15,7 +15,7 @@
fontSize: `${indicatorTextSize}px`
}"
>
{{ option.dataset }} {{ unit }}
{{ dataset }} {{ unit }}
</n-text>
</n-progress>
</template>