diff --git a/src/style/fix.less b/src/style/fix.less index 133b25c0..5e209a9f 100644 --- a/src/style/fix.less +++ b/src/style/fix.less @@ -15,5 +15,5 @@ .el-drawer__body {overflow: auto;} .el-popconfirm__main {margin: 14px 0;} .el-card__header {border-bottom: 0} -.el-tree-node__content {height:36px;} +.el-tree.menu .el-tree-node__content {height:36px;} .el-input-number__decrease, .el-input-number__increase {top:2px;} \ No newline at end of file diff --git a/src/views/home/components/C2.vue b/src/views/home/components/C2.vue index 05456464..102fc073 100644 --- a/src/views/home/components/C2.vue +++ b/src/views/home/components/C2.vue @@ -22,6 +22,14 @@ data() { return { activities: [ + { + content: [ + "[优化] 控制台自由布局开关", + "[优化] 增加菜单管理新增和删除", + '[优化] 角色管理增加权限配置' + ], + timestamp: '2021-05-17' + }, { content: [ "[新增] 组件sortablejs", diff --git a/src/views/home/gridLayout.vue b/src/views/home/gridLayout.vue index 52637e2b..665d62b5 100644 --- a/src/views/home/gridLayout.vue +++ b/src/views/home/gridLayout.vue @@ -1,14 +1,17 @@