diff --git a/src/views/permissions-manage/form/menu-form.vue b/src/views/permissions-manage/form/menu-form.vue index 9212375..982dc03 100644 --- a/src/views/permissions-manage/form/menu-form.vue +++ b/src/views/permissions-manage/form/menu-form.vue @@ -146,9 +146,13 @@ const saveData = async () => { display: flex; flex-wrap: wrap; max-height: 300px; + overflow-y: auto; .iconfont-item { + width: 50px; + height: 50px; + line-height: 50px; + text-align: center; font-size: 30px; - padding: 10px; &:hover { background: rgba($main-color, .1); } diff --git a/src/views/remote-manage/remote-control.vue b/src/views/remote-manage/remote-control.vue index 6eab9a8..4c28ae7 100644 --- a/src/views/remote-manage/remote-control.vue +++ b/src/views/remote-manage/remote-control.vue @@ -574,7 +574,7 @@ const tableItemCancel = (e: any) => { height: 100%; &>h3 { - font-size: 20px; + font-size: 26px; color: $main-color; line-height: 30px; margin-bottom: 20px;