Skip to content

Commit

Permalink
feat: 产品的顶栏下拉框样式和内容统一规范 #10939
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 18179
  • Loading branch information
vhwweng committed Sep 12, 2024
1 parent 9ceb2a7 commit c6fb8ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/devops-nav/src/components/Header/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
v-if="!isInIframe"
theme="light navigation-message"
placement="bottom"
trigger="click"
:arrow="false"
ref="popoverRef"
:on-hide="handleHide"
Expand All @@ -127,6 +128,7 @@
<bk-popover
theme="light navigation-message"
placement="bottom"
trigger="click"
:arrow="false"
ref="popoverRef"
:on-hide="handleHide"
Expand Down
1 change: 1 addition & 0 deletions src/frontend/devops-nav/src/components/User/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<bk-popover
theme="light navigation-message"
placement="bottom"
trigger="click"
:arrow="false"
ref="popoverRef"
:on-hide="handleHide"
Expand Down

0 comments on commit c6fb8ba

Please sign in to comment.