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({
selectedColor: this.get_theme_color(theme),
color: '#333',
backgroundColor: '#fff',
color: '#333333',
backgroundColor: '#ffffff',
borderStyle: 'black'
});

View File

@ -431,9 +431,12 @@
left: auto;
top: 0;
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;
/* #endif */
/* #ifdef MP-ALIPAY */
padding-right: 250rpx;
/* #endif */
}
.search-content-seat {
height: 74rpx;