Commit 66b7ec12 authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

chore: 应用广场列表长度大于8条显示到底

parent ab388239
...@@ -318,7 +318,7 @@ function handleSearchGetApplicationList(clear = false) { ...@@ -318,7 +318,7 @@ function handleSearchGetApplicationList(clear = false) {
</div> </div>
</div> </div>
<div <div
v-show="agentApplicationList.length > 9 && pagingInfo.pageNo === pagingInfo.totalPages" v-show="agentApplicationList.length > 8 && pagingInfo.pageNo === pagingInfo.totalPages"
class="mb-[50px] mt-[30px] flex justify-center text-center text-[14px] text-[#a9b4cc]" class="mb-[50px] mt-[30px] flex justify-center text-center text-[14px] text-[#a9b4cc]"
> >
<div class="relative top-[10px] h-[1px] w-[14px] bg-[#a9b4cc]"></div> <div class="relative top-[10px] h-[1px] w-[14px] bg-[#a9b4cc]"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment