Commit ba52d6ef authored by 吴冠's avatar 吴冠

分页定位

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