mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
修改加载更多样式
This commit is contained in:
@@ -26,9 +26,9 @@
|
||||
@link-clicked="currentPage = $event">
|
||||
</pdf> -->
|
||||
</div>
|
||||
<div v-if="totalPages>initNum && moreState == 1" class="pagination-div" >
|
||||
<div v-if="totalPages>initNum && moreState == 1" class="pagination-div" style="margin-bottom: 15px;">
|
||||
<!-- <el-button type="primary" @click="clickMore()" >加载更多</el-button> -->
|
||||
<span class="pag-text" @click="clickMore()">加载更多</span>
|
||||
<span class="pag-text" @click="clickMore()" style="cursor: pointer;">加载更多</span>
|
||||
</div>
|
||||
<!-- <div v-if="likeBox" class="xcontent postfixt-bot">
|
||||
<div class="postfixt-bot-box">
|
||||
|
||||
Reference in New Issue
Block a user