|
@@ -3,19 +3,19 @@
|
|
|
<div class="m-10 bg-w p-20 br-10">
|
|
|
<div class="f-sa-s">
|
|
|
<div class="f-fs-c f-col">
|
|
|
- <div style="font-size: 16px;">总下载量</div>
|
|
|
+ <div style="font-size: 16px;">总量</div>
|
|
|
<div class="mt-4" style="font-weight: bold; font-size: 18px;">
|
|
|
{{ statistics.all }}
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="f-fs-c f-col">
|
|
|
- <div style="font-size: 16px;">月下载量</div>
|
|
|
+ <div style="font-size: 16px;">月新增</div>
|
|
|
<div class="mt-4" style="font-weight: bold; font-size: 18px;">
|
|
|
{{ statistics.month }}
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="f-fs-c f-col">
|
|
|
- <div style="font-size: 16px;">周下载量</div>
|
|
|
+ <div style="font-size: 16px;">周新增</div>
|
|
|
<div class="mt-4" style="font-weight: bold; font-size: 18px;">
|
|
|
{{ statistics.week }}
|
|
|
</div>
|