Compare commits

..

No commits in common. '8d281383e2a2eecaea9b738d5afa748c55b1500e' and '21737e13f701295b672d47de275a49da3b4cc9ef' have entirely different histories.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 80 KiB

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