Browse Source

添加分页样式

pangluotong/feature-20250712103401-抽奖
no99 3 weeks ago
parent
commit
f9d3314833
  1. 20
      src/views/choujiang/hxl-cj/cj.vue

20
src/views/choujiang/hxl-cj/cj.vue

@ -91,6 +91,16 @@
</div>
</div>
</el-scrollbar>
<div class="tableFoot">
<span><</span>
1
<span>></span>
<span class="tableTotalPage">
<span>10</span>
</span>
</div>
</div>
</div>
</div>
@ -1736,7 +1746,7 @@ a {
display: flex;
margin-top: 50px;
width: 100%;
height: 54vh;
height: 50vh;
justify-content: center;
overflow-y: auto;
/* 启用垂直滚动 */
@ -1772,6 +1782,14 @@ a {
text-align: center;
}
.tableFoot {
color: black;
}
.tableTotalPage{
font-size: 10px;
}
.readyLook {
width: 100%;
height: 100%;

Loading…
Cancel
Save