Commit ba52d6ef authored by 吴冠's avatar 吴冠

分页定位

parent 97dcec37
...@@ -240,4 +240,10 @@ import {getErrorList} from '@/common/list.js' ...@@ -240,4 +240,10 @@ import {getErrorList} from '@/common/list.js'
.state-red { .state-red {
color: rgba(255, 24, 24, 1); color: rgba(255, 24, 24, 1);
} }
.pagination{
position: absolute;
bottom: 0%;
left: 55%;
transform:translateX(-50%);
}
</style> </style>
\ No newline at end of file
...@@ -250,4 +250,10 @@ import {getAllList,getNoticeType} from '@/common/list.js' ...@@ -250,4 +250,10 @@ import {getAllList,getNoticeType} from '@/common/list.js'
.state-red { .state-red {
color: rgba(255, 24, 24, 1); color: rgba(255, 24, 24, 1);
} }
.pagination{
position: absolute;
bottom: 0%;
left: 55%;
transform:translateX(-50%);
}
</style> </style>
\ No newline at end of file
...@@ -256,4 +256,10 @@ import citySelect from "@/components/citySelect.vue"; ...@@ -256,4 +256,10 @@ import citySelect from "@/components/citySelect.vue";
.state-red { .state-red {
color: rgba(255, 24, 24, 1); color: rgba(255, 24, 24, 1);
} }
.pagination{
position: absolute;
bottom: 0%;
left: 55%;
transform:translateX(-50%);
}
</style> </style>
...@@ -306,5 +306,11 @@ export default { ...@@ -306,5 +306,11 @@ export default {
.state-red { .state-red {
color: rgba(255, 24, 24, 1); color: rgba(255, 24, 24, 1);
} }
.pagination{
position: absolute;
bottom: 0%;
left: 55%;
transform:translateX(-50%);
}
</style> </style>
...@@ -243,4 +243,10 @@ import {getCadidateList} from '@/common/list.js' ...@@ -243,4 +243,10 @@ import {getCadidateList} from '@/common/list.js'
.state-red { .state-red {
color: rgba(255, 24, 24, 1); color: rgba(255, 24, 24, 1);
} }
.pagination{
position: absolute;
bottom: 0%;
left: 55%;
transform:translateX(-50%);
}
</style> </style>
...@@ -243,4 +243,10 @@ import {getChangeList} from '@/common/list.js' ...@@ -243,4 +243,10 @@ import {getChangeList} from '@/common/list.js'
.state-red { .state-red {
color: rgba(255, 24, 24, 1); color: rgba(255, 24, 24, 1);
} }
.pagination{
position: absolute;
bottom: 0%;
left: 55%;
transform:translateX(-50%);
}
</style> </style>
...@@ -241,4 +241,10 @@ import {getClerList} from '@/common/list.js' ...@@ -241,4 +241,10 @@ import {getClerList} from '@/common/list.js'
.state-red { .state-red {
color: rgba(255, 24, 24, 1); color: rgba(255, 24, 24, 1);
} }
.pagination{
position: absolute;
bottom: 0%;
left: 55%;
transform:translateX(-50%);
}
</style> </style>
\ No newline at end of file
...@@ -235,6 +235,12 @@ export default { ...@@ -235,6 +235,12 @@ export default {
}; };
</script> </script>
<style scoped> <style scoped>
.pagination{
position: absolute;
bottom: 0%;
left: 55%;
transform:translateX(-50%);
}
.price { .price {
width: 9.2rem; width: 9.2rem;
} }
......
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