Skip to content

Commit

Permalink
fix(PageHeader): 修复样式错误导致无法显示标题
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenny committed Oct 9, 2024
1 parent 76aba54 commit e250e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/page-header/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
display: flex;
align-items: center;
flex: 0 0 auto;
z-index: 1;
}

.nt-page-header-content {
Expand Down Expand Up @@ -62,7 +63,6 @@
top: 0;
bottom: 0;
justify-content: center;
z-index: -1;
}
.nt-page-header-align-center .nt-page-header-backbtn {
padding: 8px 0;
Expand Down

0 comments on commit e250e8f

Please sign in to comment.