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"
: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