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 @@ + +