From f2a0cdde7522588df775c253fbd5ec80d2ba9680 Mon Sep 17 00:00:00 2001 From: 1myuan <77721700+1myuan@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:08:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A1=B9=E7=9B=AE=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0=E2=80=9D+=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E9=A1=B9=E7=9B=AE=E2=80=9C=20(#31313)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: 项目下拉列表增加"+新建项目" * fix: 新建项目权限 --- frontend/src/assets/style/arco-reset.less | 1 + frontend/src/components/pure/navbar/index.vue | 20 ++++++++++++++++++- frontend/src/locale/en-US/settings.ts | 1 + frontend/src/locale/zh-CN/settings.ts | 1 + 4 files changed, 22 insertions(+), 1 deletion(-) diff --git a/frontend/src/assets/style/arco-reset.less b/frontend/src/assets/style/arco-reset.less index ee168bbd7d..f6328dd453 100644 --- a/frontend/src/assets/style/arco-reset.less +++ b/frontend/src/assets/style/arco-reset.less @@ -545,6 +545,7 @@ box-shadow: 0 3px 14px 2px rgb(0 0 0 / 5%), 0 8px 10px 1px rgb(0 0 0 / 6%), 0 5px 5px -3px rgb(0 0 0 / 10%); .arco-select-dropdown-header { margin-bottom: 4px; + border-bottom: 1px solid var(--color-text-n8); } .arco-dropdown-list, .arco-select-dropdown-list, diff --git a/frontend/src/components/pure/navbar/index.vue b/frontend/src/components/pure/navbar/index.vue index 16dcdcbe73..28ea426f4a 100644 --- a/frontend/src/components/pure/navbar/index.vue +++ b/frontend/src/components/pure/navbar/index.vue @@ -25,6 +25,18 @@ + +