feat: 调整首页导航栏样式

This commit is contained in:
yangzhe 2025-07-04 15:30:23 +08:00
parent 1c658b093f
commit 24a8380513
1 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,7 @@
></u-icon>
</div>
<text class="header-title">源小新</text>
<div></div>
<div class="header-right"></div>
</view>
<!-- 首页 -->
@ -536,6 +536,7 @@ page {
z-index: 99;
.header-left {
width: 40rpx;
font-size: 36rpx;
}
@ -544,6 +545,10 @@ page {
font-weight: bold;
color: #333333;
}
.header-right {
width: 40rpx;
}
}
.content {