热点论坛修改

This commit is contained in:
zhangsir
2024-07-26 18:24:36 +08:00
parent cdf3cb0575
commit 7304e284d7
6 changed files with 7 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<span v-else style="margin:0 10px;">{{ currentPage }} / {{ pageCount }}</span>
<el-button @click="nextPage('header')" :disabled="loadedRatio !== 1" icon="el-icon-arrow-right"></el-button>
</div>
<div class="pdf-box">
<div class="pdf-box" style="max-height: 725px;">
<transition name="progress">
<el-progress v-if="showProgress" :percentage="Math.floor(loadedRatio * 100)" :text-inside="true" :show-text="false"></el-progress>
</transition>