diff --git a/App.vue b/App.vue index 3d97b1b..f6ef8a2 100644 --- a/App.vue +++ b/App.vue @@ -3,7 +3,7 @@ onLaunch: function() { // #ifdef APP-PLUS plus.screen.lockOrientation('portrait-primary'); - plus.navigator.setFullscreen(true); + // plus.navigator.setFullscreen(true); // #endif }, onHide: function() { diff --git a/common/style/layout.css b/common/style/layout.css index 1bb94ee..4bb5315 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -217,7 +217,6 @@ uni-button:after { line-height: 30rpx; font-size: 28rpx; color: #606266; - margin-left: 10rpx; } .filter_input { width: 100%; diff --git a/pages.json b/pages.json index d7c10fd..5e6856b 100644 --- a/pages.json +++ b/pages.json @@ -75,7 +75,7 @@ ], "globalStyle": { // "pageOrientation": "landscape", - "navigationBarTextStyle": "white", + "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#d7592f", "backgroundColor": "#ffffff" diff --git a/pages/login/login.vue b/pages/login/login.vue index 0994a7e..ad528ac 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -18,14 +18,12 @@ 升级版本 - v{{version}}