Compare commits

..

2 Commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 80 KiB

@ -14,8 +14,11 @@
v-if="getDataList.length" v-if="getDataList.length"
:getDataList="getDataList" :getDataList="getDataList"
></Histogram> ></Histogram>
<div v-else class="flex flex-col w-[100%] h-[100%] items-center justify-center"> <div
<img src="@/assets/svg/noData.svg" /> v-else
class="flex flex-col w-[100%] h-[100%] items-center justify-center"
>
<img src="@/assets/img/noData.png" class="w-[120px]" />
<span>暂无数据</span> <span>暂无数据</span>
</div> </div>
</div> </div>

@ -17,8 +17,11 @@
v-if="getDataList.length" v-if="getDataList.length"
:getDataList="getDataList" :getDataList="getDataList"
></Histogram> ></Histogram>
<div v-else class="flex flex-col w-[100%] h-[100%] items-center justify-center"> <div
<img src="@/assets/svg/noData.svg" /> v-else
class="flex flex-col w-[100%] h-[100%] items-center justify-center"
>
<img src="@/assets/img/noData.png" class="w-[120px]" />
<span>暂无数据</span> <span>暂无数据</span>
</div> </div>
</div> </div>

Loading…
Cancel
Save