diff --git a/frontend/src/components/app-layout/menu/index.scss b/frontend/src/components/app-layout/menu/index.scss index 65a461897..303ff80d5 100644 --- a/frontend/src/components/app-layout/menu/index.scss +++ b/frontend/src/components/app-layout/menu/index.scss @@ -84,7 +84,7 @@ } } - :deep .el-sub-menu { + :deep(.el-sub-menu) { margin: 10px; span { diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index c71f2856e..ee7858924 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -1 +1,18 @@ @use 'fit2cloud-ui-plus/src/styles/index.scss'; +.search-button { + .el-input__wrapper { + border-radius: 50px; + } +} + +// drawer头部增加按钮 +.drawer-header-button { + span { + color: currentColor !important; + font-size: var(--el-font-size-base) !important; + } + .active-button { + color: var(--el-button-hover-text-color); + border-color: var(--el-button-hover-border-color); + } +} diff --git a/frontend/src/views/app-store/apps/index.vue b/frontend/src/views/app-store/apps/index.vue index 228a7cc85..4d8881b68 100644 --- a/frontend/src/views/app-store/apps/index.vue +++ b/frontend/src/views/app-store/apps/index.vue @@ -3,15 +3,22 @@