|
@@ -30,18 +30,18 @@
|
|
|
action="10"
|
|
|
:set="set"
|
|
|
/>
|
|
|
- <el-pagination
|
|
|
- background
|
|
|
- v-if="tableList.length > 0"
|
|
|
- @size-change="handleSizeChange"
|
|
|
- @current-change="handleCurrentChange"
|
|
|
- layout="prev, pager, next, jumper"
|
|
|
- :total="total"
|
|
|
- :page-size="pagesize"
|
|
|
- style="position: absolute; right: 0; bottom: 0"
|
|
|
- >
|
|
|
- </el-pagination>
|
|
|
</div>
|
|
|
+ <el-pagination
|
|
|
+ background
|
|
|
+ v-if="tableList.length > 0"
|
|
|
+ @size-change="handleSizeChange"
|
|
|
+ @current-change="handleCurrentChange"
|
|
|
+ layout="prev, pager, next, jumper"
|
|
|
+ :total="total"
|
|
|
+ :page-size="pagesize"
|
|
|
+ style="position: absolute; right: 0; bottom: 0"
|
|
|
+ >
|
|
|
+ </el-pagination>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -405,6 +405,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.airportInfo {
|
|
|
position: relative;
|
|
|
+ height: 100%;
|
|
|
:deep(.el-pagination.is-background .el-pager li:not(.is-disabled).is-active) {
|
|
|
background-color: #ac014d !important; //修改默认的背景色
|
|
|
}
|