提现记录和退费数据展示
site-dist-deploy / build-and-deploy (push) Failing after 11m50s

This commit is contained in:
2026-06-18 11:23:09 +08:00
parent 11bc49d1e0
commit 104e04a8cc
9 changed files with 276 additions and 92 deletions
@@ -6,7 +6,7 @@
<div class="relative ml-1 pb-2 text-base font-bold text-white">本月链接转化</div>
</div>
<div class="mt-2 flex flex-col gap-2">
<div class="flex flex-col">
<div
v-for="item in data"
:key="item.label"
@@ -17,7 +17,7 @@
</div>
</div>
<div class="mt-2 text-xs text-white/40">相比前一个月 {{ growthRate }}</div>
<div class="mt-1 text-xs text-white/40">相比前一个月 {{ growthRate }}</div>
</div>
</template>