소스 검색

style: align header navigation to bottom

- Add flexbox layout to header-nav-wrapper
- Set align-items: flex-end for bottom alignment
- Add padding-bottom: 15px for proper spacing
- Match logo vertical positioning

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Ryuiso 3 주 전
부모
커밋
ba28be7366
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/components/Header.vue

+ 5 - 0
src/components/Header.vue

@@ -197,6 +197,11 @@ export default {
 
 #header .header-nav .header-nav-wrapper {
   float: right;
+  height: 80px;
+  display: flex;
+  align-items: flex-end;
+  padding-bottom: 15px;
+  box-sizing: border-box;
 }
 
 /* 导航栏 每个导航 */