Skip to content

Commit

Permalink
feat(front): 导航栏样式修改
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 19222
  • Loading branch information
hyunfa committed Sep 24, 2024
1 parent 53d9875 commit 5d71672
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions web/src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ export default {
.king-select {
width: 240px;
margin-right: 20px;
background: #252f43;
border-color: #252f43;
Expand Down Expand Up @@ -344,17 +343,15 @@ export default {
}
.header-nav-btn {
margin-right: 20px;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
min-width: 32px;
min-height: 32px;
margin-left: 12px;
padding: 0 7px;
margin: 0 18px;
width: 32px;
font-size: 18px;
font-size: 20px;
&.dropdown-active {
background: rgba(255, 255, 255, .1);
Expand Down

0 comments on commit 5d71672

Please sign in to comment.