Commit 82c634bc authored by 吴冠's avatar 吴冠

position

parent 358d0931
...@@ -243,7 +243,7 @@ import {getErrorList} from '@/common/list.js' ...@@ -243,7 +243,7 @@ import {getErrorList} from '@/common/list.js'
} }
.pagination{ .pagination{
position: absolute; position: absolute;
bottom: 0%; bottom: -1%;
left: 55%; left: 55%;
transform:translateX(-50%); transform:translateX(-50%);
} }
......
...@@ -253,7 +253,7 @@ import {getAllList,getNoticeType} from '@/common/list.js' ...@@ -253,7 +253,7 @@ import {getAllList,getNoticeType} from '@/common/list.js'
} }
.pagination{ .pagination{
position: absolute; position: absolute;
bottom: 0%; bottom: -1%;
left: 55%; left: 55%;
transform:translateX(-50%); transform:translateX(-50%);
} }
......
...@@ -259,7 +259,7 @@ import citySelect from "@/components/citySelect.vue"; ...@@ -259,7 +259,7 @@ import citySelect from "@/components/citySelect.vue";
} }
.pagination{ .pagination{
position: absolute; position: absolute;
bottom: 0%; bottom: -1%;
left: 55%; left: 55%;
transform:translateX(-50%); transform:translateX(-50%);
} }
......
...@@ -308,7 +308,7 @@ export default { ...@@ -308,7 +308,7 @@ export default {
} }
.pagination{ .pagination{
position: absolute; position: absolute;
bottom: 0%; bottom: -1%;
left: 55%; left: 55%;
transform:translateX(-50%); transform:translateX(-50%);
} }
......
...@@ -246,7 +246,7 @@ import {getCadidateList} from '@/common/list.js' ...@@ -246,7 +246,7 @@ import {getCadidateList} from '@/common/list.js'
} }
.pagination{ .pagination{
position: absolute; position: absolute;
bottom: 0%; bottom: -1%;
left: 55%; left: 55%;
transform:translateX(-50%); transform:translateX(-50%);
} }
......
...@@ -246,7 +246,7 @@ import {getChangeList} from '@/common/list.js' ...@@ -246,7 +246,7 @@ import {getChangeList} from '@/common/list.js'
} }
.pagination{ .pagination{
position: absolute; position: absolute;
bottom: 0%; bottom: -1%;
left: 55%; left: 55%;
transform:translateX(-50%); transform:translateX(-50%);
} }
......
...@@ -244,7 +244,7 @@ import {getClerList} from '@/common/list.js' ...@@ -244,7 +244,7 @@ import {getClerList} from '@/common/list.js'
} }
.pagination{ .pagination{
position: absolute; position: absolute;
bottom: 0%; bottom: -1%;
left: 55%; left: 55%;
transform:translateX(-50%); transform:translateX(-50%);
} }
......
...@@ -237,7 +237,7 @@ export default { ...@@ -237,7 +237,7 @@ export default {
<style scoped> <style scoped>
.pagination{ .pagination{
position: absolute; position: absolute;
bottom: 0%; bottom: -1%;
left: 55%; left: 55%;
transform:translateX(-50%); transform:translateX(-50%);
} }
......
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