Merge branch 'master' into dev
commit
fc8a91422e
4
App.vue
4
App.vue
|
|
@ -2735,8 +2735,8 @@
|
|||
// 整体样式
|
||||
uni.setTabBarStyle({
|
||||
selectedColor: this.get_theme_color(theme),
|
||||
color: '#333',
|
||||
backgroundColor: '#fff',
|
||||
color: '#333333',
|
||||
backgroundColor: '#ffffff',
|
||||
borderStyle: 'black'
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue