style:ui样式
This commit is contained in:
@@ -28,7 +28,7 @@ function getPagination() {
|
||||
defaultPageSize: 10,
|
||||
pageSize: 10,
|
||||
pageSizeOptions: ["10", "20", "30"],
|
||||
showQuickJumper: true,
|
||||
// showQuickJumper: true,
|
||||
showSizeChanger: true,
|
||||
showTotal: (total) => `共 ${total} 条`,
|
||||
total: 0,
|
||||
@@ -86,8 +86,11 @@ export default {
|
||||
<style scoped lang="less">
|
||||
.pagination {
|
||||
display: inline-flex;
|
||||
justify-content: flex-end;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
border-radius: 0 0 2px 2px;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user