This commit is contained in:
SunCheng
2026-02-15 10:10:28 +08:00
parent e51a3edd50
commit a88556c784
92 changed files with 6751 additions and 776 deletions

View File

@@ -41,8 +41,8 @@ const props = defineProps({
})
const balanceClass = computed(() => ({
'positive': props.balance >= 0,
'negative': props.balance < 0
positive: props.balance >= 0,
negative: props.balance < 0
}))
</script>
@@ -90,4 +90,4 @@ const balanceClass = computed(() => ({
}
}
}
</style>
</style>