mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 00:02:51 +08:00
修复Naive-UI进度图预览显示bug
This commit is contained in:
parent
1250829da6
commit
3c1ea60f21
@ -3,7 +3,7 @@
|
|||||||
:type="type"
|
:type="type"
|
||||||
:height="h"
|
:height="h"
|
||||||
:processing="processing"
|
:processing="processing"
|
||||||
:percentage="option.dataset"
|
:percentage="dataset"
|
||||||
:indicator-placement="indicatorPlacement"
|
:indicator-placement="indicatorPlacement"
|
||||||
:color="color"
|
:color="color"
|
||||||
:rail-color="railColor"
|
:rail-color="railColor"
|
||||||
@ -15,7 +15,7 @@
|
|||||||
fontSize: `${indicatorTextSize}px`
|
fontSize: `${indicatorTextSize}px`
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
{{ option.dataset }} {{ unit }}
|
{{ dataset }} {{ unit }}
|
||||||
</n-text>
|
</n-text>
|
||||||
</n-progress>
|
</n-progress>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user