소스 검색

fix: remove gap between header and banner

- Reduce header-nav-wrapper height from 80px to 50px
- Total height (50px + 15px padding-bottom) = 65px matches logo visual bottom
- Prevents extra whitespace at bottom of header

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

+ 1 - 1
src/components/Header.vue

@@ -197,7 +197,7 @@ export default {
 
 #header .header-nav .header-nav-wrapper {
   float: right;
-  height: 80px;
+  height: 50px;
   display: flex;
   align-items: flex-end;
   padding-bottom: 15px;