Commit d26a665d by 周志凯

[chg]: changed layout

1 parent ccc1ca59
......@@ -100,14 +100,18 @@ html, body, #app {
font-size: 14px;
}
.result-page {
/* .result-page {
margin: 8px 0;
}
} */
.result-page span:last-of-type {
.result-page span + .result-page span {
padding: 0 5px;
}
.result-progress-wrapper {
margin: 20px 0 10px;
}
.result-progress-wrapper::after,
.result-progress-wrapper::before {
content: '';
......
......@@ -930,7 +930,6 @@
<div class="result-item" v-for="item in results" :key="item.id">
<!-- /{{ item.totalNum }}条 -->
<div class="result-page">
<span>共{{ item.totalPage }}页</span>
<span>总处理条数 : {{ item.totalNum }}条</span>
</div>
<div class="result-progress-wrapper">
......@@ -942,7 +941,7 @@
</div>
</div>
<span>第{{ item.current }}条/共{{ item.curPageSize }}条</span>
<span class="pagination-page">第{{ item.currentPage }}页</span>
<span class="pagination-page">第{{ item.currentPage }}页/共{{ item.totalPage }}页</span>
</div>
</div>
</div>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!