Commit d26a665d by 周志凯

[chg]: changed layout

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