feat(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-28 16:39:24 +08:00
parent e5334f8977
commit f191298dea

View File

@@ -18,6 +18,11 @@
<n-number-animation :from="0" :to="cardData.count" /> <n-number-animation :from="0" :to="cardData.count" />
</n-statistic> </n-statistic>
</n-card> </n-card>
<n-card ml-10 w-500>
<n-statistic label="赠送豆子" tabular-nums>
<n-number-animation :from="0" :to="cardData.count" />
</n-statistic>
</n-card>
</div> </div>
</n-col> </n-col>
<n-col :span="24" mt-10> <n-col :span="24" mt-10>