update:优化节奏训练结算

This commit is contained in:
2026-08-25 18:00:14 +08:00
parent 2eba5f87d7
commit 45bc324f70
3 changed files with 13 additions and 2 deletions
@@ -28,6 +28,10 @@ const props = defineProps({
type: Number,
default: 0,
},
trainingType: {
type: String,
default: "",
},
});
</script>
@@ -72,6 +76,7 @@ const props = defineProps({
:rowCount="total === 12 ? 6 : 9"
:total="total"
:arrows="arrows"
:trainingType="trainingType"
:margin="total === 12 ? 4 : 1"
:fontSize="total === 12 ? 25 : 22"
/>