fix: 暂无数据用图更换

main
weiyin 10 months ago
parent 21737e13f7
commit 987723bd4d

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

@ -14,8 +14,11 @@
v-if="getDataList.length"
:getDataList="getDataList"
></Histogram>
<div v-else class="flex flex-col w-[100%] h-[100%] items-center justify-center">
<img src="@/assets/svg/noData.svg" />
<div
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>
</div>
</div>

@ -17,8 +17,11 @@
v-if="getDataList.length"
:getDataList="getDataList"
></Histogram>
<div v-else class="flex flex-col w-[100%] h-[100%] items-center justify-center">
<img src="@/assets/svg/noData.svg" />
<div
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>
</div>
</div>

Loading…
Cancel
Save