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

pag

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