fix: 统计分析修改

dev_1.0.0
xiangcongshuai 11 months ago
parent 50d123e6e2
commit 827ccf8a19

@ -46,7 +46,7 @@ const dataList = ref([]);
</div> </div>
<div style="background: #fff3ea" class="content-list-item"> <div style="background: #fff3ea" class="content-list-item">
<span style="color: rgb(255 126 44 / 80%)" class="title" <span style="color: rgb(255 126 44 / 80%)" class="title"
>全部知识</span >本月新增</span
> >
<span style="color: #ff7e2c" class="num">1,235</span> <span style="color: #ff7e2c" class="num">1,235</span>
<span class="desc" <span class="desc"
@ -56,7 +56,7 @@ const dataList = ref([]);
</div> </div>
<div style="background: #e7f6ff" class="content-list-item"> <div style="background: #e7f6ff" class="content-list-item">
<span style="color: rgb(14 162 255 / 80%)" class="title" <span style="color: rgb(14 162 255 / 80%)" class="title"
>全部知识</span >本周撤回</span
> >
<span style="color: #0ea2ff" class="num">256</span> <span style="color: #0ea2ff" class="num">256</span>
<span class="desc" <span class="desc"
@ -65,8 +65,14 @@ const dataList = ref([]);
</span> </span>
</div> </div>
<div style="background: #f2f1ff" class="content-list-item"> <div style="background: #f2f1ff" class="content-list-item">
>环比下降3% <span style="color: rgb(120 112 247 / 80%)" class="title"
<img :src="downIcon" alt="" /> >今日新增</span
>
<span style="color: #7870f7" class="num">65</span>
<span class="desc"
>环比下降3%
<img :src="downIcon" alt="" />
</span>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save