This commit is contained in:
A1300399510
2023-07-26 20:01:01 +08:00
parent 676b20981e
commit acf3767e8b
7 changed files with 69 additions and 43 deletions

View File

@@ -13,6 +13,8 @@
<empty-duck :hintTextTwo="'建议放宽筛选条件'"></empty-duck>
</div>
<div class="bottom-tps" v-if="list.length != 0 && page == 0">- 到底了 -</div>
<have-questions></have-questions>
<!-- 页尾 -->
@@ -149,4 +151,12 @@ const handleTransfer = (data) => {
justify-content: center;
margin: 0 auto;
}
.bottom-tps {
font-weight: 400;
font-size: 14px;
color: #555555;
text-align: center;
padding: 30px 0;
}
</style>