Merge branch 'master' into dev

master
gongfuxiang 2025-11-03 13:02:35 +08:00
commit fc8a91422e
2 changed files with 6 additions and 3 deletions

View File

@ -2735,8 +2735,8 @@
// //
uni.setTabBarStyle({ uni.setTabBarStyle({
selectedColor: this.get_theme_color(theme), selectedColor: this.get_theme_color(theme),
color: '#333', color: '#333333',
backgroundColor: '#fff', backgroundColor: '#ffffff',
borderStyle: 'black' borderStyle: 'black'
}); });

View File

@ -431,9 +431,12 @@
left: auto; left: auto;
top: 0; top: 0;
width: 100%; width: 100%;
/* #ifdef MP-WEIXIN || MP-BAIDU || MP-ALIPAY || MP-QQ || MP-KUAISHOU */ /* #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU */
padding-right: 200rpx; padding-right: 200rpx;
/* #endif */ /* #endif */
/* #ifdef MP-ALIPAY */
padding-right: 250rpx;
/* #endif */
} }
.search-content-seat { .search-content-seat {
height: 74rpx; height: 74rpx;