样式细节优化

master
gongfuxiang 2023-12-27 18:47:06 +08:00
parent e2d3950055
commit ba5136619f
1 changed files with 3 additions and 0 deletions

View File

@ -72,7 +72,10 @@
data() {
return {
theme_view: app.globalData.get_theme_value_view(),
status_bar_height: 0,
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || MP-ALIPAY || H5 || APP
status_bar_height: parseInt(app.globalData.get_system_info('statusBarHeight', 0, true)),
// #endif
//
opacity: 0,
};