This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user