mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 12:56:43 +08:00
修改距离
This commit is contained in:
@@ -26,12 +26,12 @@
|
|||||||
@link-clicked="currentPage = $event">
|
@link-clicked="currentPage = $event">
|
||||||
</pdf> -->
|
</pdf> -->
|
||||||
</div>
|
</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>
|
<!-- <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-if="loadedRatio !== 1" style="margin:0 10px;">0 / 0</span>
|
||||||
<span v-else style="margin:0 10px;">{{ currentPage }} / {{ pageCount }}</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 @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>
|
||||||
<!-- <div v-if="likeBox" class="xcontent postfixt-bot">
|
<!-- <div v-if="likeBox" class="xcontent postfixt-bot">
|
||||||
<div class="postfixt-bot-box">
|
<div class="postfixt-bot-box">
|
||||||
|
|||||||
@@ -419,13 +419,13 @@ export default {
|
|||||||
}
|
}
|
||||||
.postfixt-bot{
|
.postfixt-bot{
|
||||||
height: 60px;
|
height: 60px;
|
||||||
margin-top: -10px;
|
margin-top: 10px;
|
||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
// background-color: #fff;
|
// background-color: #fff;
|
||||||
// border: 1px solid #eee;
|
// border: 1px solid #eee;
|
||||||
// z-index: 999;
|
// z-index: 999;
|
||||||
.postfixt-bot-box{
|
.postfixt-bot-box{
|
||||||
|
|
||||||
// text-align: right;
|
// text-align: right;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
// border: 1px solid #eee;
|
// border: 1px solid #eee;
|
||||||
@@ -506,13 +506,13 @@ export default {
|
|||||||
color: #0079fe;
|
color: #0079fe;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.clearfix:after{
|
.clearfix:after{
|
||||||
content: "020";
|
content: "020";
|
||||||
display: block;
|
display: block;
|
||||||
height: 0;
|
height: 0;
|
||||||
clear: both;
|
clear: both;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
.btn-div {
|
.btn-div {
|
||||||
margin: 0px 0 5px 0;
|
margin: 0px 0 5px 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user