Commit 634815ba authored by chenqikuai's avatar chenqikuai
parent e0089a24
......@@ -19,7 +19,7 @@
<div class="floderList">
<ul
v-if="proofList.length >= 1"
class="infinite-list"
class="infinite-list overflow-hidden"
v-infinite-scroll="pagechange"
infinite-scroll-delay="100"
style="overflow: auto"
......@@ -28,10 +28,12 @@
v-for="i in proofList"
class="infinite-list-item flex justify-between"
>
<div>
<div
class="overflow-hidden text-ellipsis flex-grow whitespace-nowrap"
>
{{ i.name }}
</div>
<div>
<div class="flex-shrink-0">
<syButton
mode="elementBtn"
size="small"
......@@ -50,7 +52,7 @@
</div>
</li>
</ul>
<div v-else class="search_empty mt-20">
<div v-else class="search_empty !pt-20">
<span v-if="searchKeywords !== ''"
>没有找到匹配结果,尝试其他关键词搜索</span
>
......
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