diff --git a/src/components/userAchi/tua-series.vue b/src/components/userAchi/tua-series.vue
index dbc858a9..a73dfc87 100644
--- a/src/components/userAchi/tua-series.vue
+++ b/src/components/userAchi/tua-series.vue
@@ -19,7 +19,7 @@
alt="card"
/>
-
+
();
const overview = shallowRef({ fin: 0, total: 0 });
const progress = computed(() => {
if (overview.value.total === 0) return 0;
- return Math.round((overview.value.fin / overview.value.total) * 100);
+ return Math.round((overview.value.fin / overview.value.total) * 1000) / 10;
});
const showCard = computed(() => {
return props.series.card !== "";