修改距离

This commit is contained in:
daihh
2022-06-14 20:49:55 +08:00
parent a5dc6e4b40
commit c6c445f406
2 changed files with 10 additions and 10 deletions

View File

@@ -26,12 +26,12 @@
@link-clicked="currentPage = $event">
</pdf> -->
</div>
<div v-if="totalPages>initNum" class="pdf-footer pagination-div" >
<div v-if="totalPages>initNum && moreState == 1" class="pdf-footer pagination-div" >
<!-- <el-button icon="el-icon-arrow-left" @click="prePage('footer')" :disabled="loadedRatio !== 1"></el-button>
<span v-if="loadedRatio !== 1" style="margin:0 10px;">0 / 0</span>
<span v-else style="margin:0 10px;">{{ currentPage }} / {{ pageCount }}</span>
<el-button @click="nextPage('footer')" :disabled="loadedRatio !== 1" icon="el-icon-arrow-right"></el-button> -->
<el-button type="primary" @click="clickMore()" v-if="moreState == 1">加载更多</el-button>
<el-button type="primary" @click="clickMore()" >加载更多</el-button>
</div>
<!-- <div v-if="likeBox" class="xcontent postfixt-bot">
<div class="postfixt-bot-box">

View File

@@ -419,7 +419,7 @@ export default {
}
.postfixt-bot{
height: 60px;
margin-top: -10px;
margin-top: 10px;
line-height: 60px;
// background-color: #fff;
// border: 1px solid #eee;