Commit 02d3caa7 by chehuidong

bug

parent c8e002c5
...@@ -24,6 +24,7 @@ import { ...@@ -24,6 +24,7 @@ import {
MenuItemGroup, MenuItemGroup,
Tag, Tag,
Checkbox, Checkbox,
Tree,
} from 'element-ui' } from 'element-ui'
const components = [ const components = [
...@@ -47,6 +48,7 @@ const components = [ ...@@ -47,6 +48,7 @@ const components = [
MenuItemGroup, MenuItemGroup,
Tag, Tag,
Checkbox, Checkbox,
Tree,
] ]
export default { export default {
......
...@@ -63,7 +63,8 @@ ...@@ -63,7 +63,8 @@
} }
.pagination { .pagination {
text-align: center; text-align: center;
padding-top: 10px; padding-top: 5px;
padding-bottom: 5px;
} }
.icon-view{ .icon-view{
font-size: 18px; font-size: 18px;
......
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