Skip to content

Commit

Permalink
feat: 优化页面导航栏的样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 authored Jan 21, 2025
1 parent 7ab58da commit b172c43
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,13 @@ mdui-top-app-bar {
padding: 1rem 0.9rem;
}

mdui-top-app-bar[scrolling] {
background-color: rgb(var(--mdui-color-surface-container-low)) !important;
box-shadow: 0 0 0;
}

mdui-navigation-rail {
padding: 1rem 0.9rem;
background-color: rgb(var(--mdui-color-surface-container-low));
}

.items-container {
Expand Down Expand Up @@ -288,4 +293,4 @@ mdui-divider {
flex: 0 0 100%;
/* 小屏幕单列,item占满宽度 */
}
}
}

0 comments on commit b172c43

Please sign in to comment.