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

position

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