Commit 72a32564 authored by 吴冠's avatar 吴冠

pag

parent 10657a58
......@@ -57,10 +57,10 @@
.footer {
width: 100%;
box-sizing: border-box;
padding-top: .39rem;
padding-top: 1rem;
padding-bottom: 0.39rem;
/* border-top: .01rem solid #D6D6D6; */
border-bottom: .01rem solid #D6D6D6;
/* border-bottom: .01rem solid #D6D6D6; */
}
.t4 {
......
......@@ -50,7 +50,7 @@
</ul>
<div class="pagination flex-center">
<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="getData.currentPage" :page-size ="getData.size" :page-sizes="[10, 20, 30, 40]"
layout="total, sizes,prev, pager, next, jumper" :total="total">
layout="total,prev, pager, next, sizes,jumper" :total="total">
</el-pagination >
</div>
</div>
......@@ -277,10 +277,11 @@ import Cookies from 'js-cookie'
.state-red {
color: rgba(255, 24, 24, 1);
}
.pagination{
.pagination{
position: absolute;
bottom: -2%;
left: 55%;
/* bottom: -2%; */
left: 50%;
transform:translateX(-50%);
margin-top:20px
}
</style>
\ No newline at end of file
......@@ -48,7 +48,7 @@
</li>
<div class="pagination flex-center" >
<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="getData.currentPage" :page-size ="getData.size" :page-sizes="[10, 20, 30, 40]"
layout="total, sizes,prev, pager, next, jumper" :total="total">
layout="total,prev, pager, next, sizes,jumper" :total="total">
</el-pagination >
</div>
</ul>
......@@ -313,10 +313,11 @@ import Cookies from 'js-cookie'
.state-red {
color: rgba(255, 24, 24, 1);
}
.pagination{
.pagination{
position: absolute;
bottom: -2%;
left: 55%;
/* bottom: -2%; */
left: 50%;
transform:translateX(-50%);
margin-top:20px
}
</style>
\ No newline at end of file
......@@ -49,7 +49,7 @@
</ul>
<div class="pagination flex-center">
<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="getData.currentPage" :page-size = "getData.size" :page-sizes="[10, 20, 30, 40]"
layout="total, sizes,prev, pager, next, jumper" :total="total">
layout="total,prev, pager, next,sizes, jumper" :total="total">
</el-pagination>
</div>
</div>
......@@ -280,10 +280,11 @@ import Cookies from 'js-cookie'
.state-red {
color: rgba(255, 24, 24, 1);
}
.pagination{
.pagination{
position: absolute;
bottom: -2%;
left: 55%;
/* bottom: -2%; */
left: 50%;
transform:translateX(-50%);
margin-top:20px
}
</style>
......@@ -72,7 +72,7 @@
:page-size="getData.size"
:total="total"
:page-sizes="[10, 20, 30, 40]"
layout="total, sizes,prev, pager, next, jumper"
layout="total,prev, pager, next,sizes, jumper"
></el-pagination>
</div>
</div>
......@@ -334,9 +334,10 @@ export default {
}
.pagination{
position: absolute;
bottom: -2%;
left: 55%;
/* bottom: -2%; */
left: 50%;
transform:translateX(-50%);
margin-top:20px
}
</style>
......@@ -50,7 +50,7 @@
</ul>
<div class="pagination flex-center">
<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="getData.currentPage" :page-size ="getData.size" :page-sizes="[10, 20, 30, 40]"
layout="total, sizes,prev, pager, next, jumper" :total="total">
layout="total,prev, pager, next, sizes,jumper" :total="total">
</el-pagination >
</div>
</div>
......@@ -279,10 +279,11 @@ import Cookies from 'js-cookie'
.state-red {
color: rgba(255, 24, 24, 1);
}
.pagination{
.pagination{
position: absolute;
bottom: -2%;
left: 55%;
/* bottom: -2%; */
left: 50%;
transform:translateX(-50%);
margin-top:20px
}
</style>
......@@ -50,7 +50,7 @@
</ul>
<div class="pagination flex-center">
<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="getData.currentPage" :page-size ="getData.size" :page-sizes="[10, 20, 30, 40]"
layout="total, sizes,prev, pager, next, jumper" :total="total">
layout="total, prev, pager, next, sizes,jumper" :total="total">
</el-pagination >
</div>
</div>
......@@ -279,10 +279,11 @@ import Cookies from 'js-cookie'
.state-red {
color: rgba(255, 24, 24, 1);
}
.pagination{
.pagination{
position: absolute;
bottom: -2%;
left: 55%;
/* bottom: -2%; */
left: 50%;
transform:translateX(-50%);
margin-top:20px
}
</style>
......@@ -50,7 +50,7 @@
</ul>
<div class="pagination flex-center">
<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="getData.currentPage" :page-size ="getData.size" :page-sizes="[10, 20, 30, 40]"
layout="total, sizes,prev, pager, next, jumper" :total="total">
layout="total,prev, pager, next,sizes, jumper" :total="total">
</el-pagination >
</div>
</div>
......@@ -277,10 +277,11 @@ import Cookies from 'js-cookie'
.state-red {
color: rgba(255, 24, 24, 1);
}
.pagination{
.pagination{
position: absolute;
bottom: -2%;
left: 55%;
/* bottom: -2%; */
left: 50%;
transform:translateX(-50%);
margin-top:20px
}
</style>
\ No newline at end of file
......@@ -79,7 +79,7 @@
:current-page="getData.currentPage"
:pageSize="getData.size"
:page-sizes="[10, 20, 30, 40]"
layout="total, sizes,prev, pager, next, jumper"
layout="total,prev, pager, next, sizes,jumper"
:total="total"
></el-pagination>
</div>
......@@ -266,9 +266,10 @@ export default {
<style scoped>
.pagination{
position: absolute;
bottom: -2%;
left: 55%;
/* bottom: -2%; */
left: 50%;
transform:translateX(-50%);
margin-top:20px
}
.price {
width: 9.2rem;
......
......@@ -796,7 +796,7 @@ export default {
fileList: [],
flag: true, //该值变化,就会触发刷新
code: "", //刷新后的验证码
active: 1,
active: 0,
checked: true,
adminform: {
name: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment