修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user