diff --git a/src/dashboard-front/src/common/menu.ts b/src/dashboard-front/src/common/menu.ts index 5c8d8404e..3d94e7f37 100644 --- a/src/dashboard-front/src/common/menu.ts +++ b/src/dashboard-front/src/common/menu.ts @@ -8,18 +8,24 @@ const { t } = i18n.global; export const createMenuData = (): IMenu[] => { const user = useUser(); return [ + // { + // name: 'apigwStageManage', + // enabled: true, + // title: t('环境管理'), + // icon: 'resource', + // children: [ + // { + // name: 'apigwStageOverview', + // enabled: true, + // title: t('环境概览'), + // }, + // ], + // }, { - name: 'apigwStageManage', + name: 'apigwStageOverview', enabled: true, - title: t('环境管理'), + title: t('环境概览'), icon: 'resource', - children: [ - { - name: 'apigwStageOverview', - enabled: true, - title: t('环境概览'), - }, - ], }, { name: 'apigwBackendService', diff --git a/src/dashboard-front/src/views/components/plugin-manage/index.vue b/src/dashboard-front/src/views/components/plugin-manage/index.vue index fb085324d..27ac97317 100644 --- a/src/dashboard-front/src/views/components/plugin-manage/index.vue +++ b/src/dashboard-front/src/views/components/plugin-manage/index.vue @@ -634,6 +634,9 @@ init(); border-radius: 12px; box-shadow: 0 2px 4px 0 #1919290d; overflow: hidden; + &:hover { + box-shadow: 0 2px 4px 0 rgba(25, 25, 41, 0.25098); + } .plungin-head { display: flex; @@ -698,6 +701,7 @@ init(); .plugin-notes { color: #63656e; font-size: 12px; + line-height: 22px; } .plugin-chose { diff --git a/src/dashboard-front/src/views/resource/setting/comps/back-config.vue b/src/dashboard-front/src/views/resource/setting/comps/back-config.vue index 73c48a000..8086c20f4 100644 --- a/src/dashboard-front/src/views/resource/setting/comps/back-config.vue +++ b/src/dashboard-front/src/views/resource/setting/comps/back-config.vue @@ -33,7 +33,7 @@ -- - +