Commit 30712cee authored by 沈翠玲's avatar 沈翠玲

修改bug

parent 798be521
...@@ -11,8 +11,7 @@ export default { ...@@ -11,8 +11,7 @@ export default {
title: '检测到有新版本!', title: '检测到有新版本!',
content: '请升级app到最新版本!', content: '请升级app到最新版本!',
canceltext: '暂不升级', canceltext: '暂不升级',
oktext: '立即升级', oktext: '立即升级'
func: this.$u.api.getCurrentsys
}) })
return fn // 函数中返回自身 return fn // 函数中返回自身
} }
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
"navigationBarTitleText": "MES", "navigationBarTitleText": "MES",
"navigationBarBackgroundColor": "#F8F8F8", "navigationBarBackgroundColor": "#F8F8F8",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"pageOrientation":"landscape",
"backgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8",
"rpxCalcMaxDeviceWidth": 750, "rpxCalcMaxDeviceWidth": 750,
// rpx 计算所支持的最大设备宽度,单位 px,默认值为 960 // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
......
...@@ -125,6 +125,7 @@ page { ...@@ -125,6 +125,7 @@ page {
margin: 0px auto 30px auto; margin: 0px auto 30px auto;
text-align: center; text-align: center;
color: #707070; color: #707070;
font-size: 16px;
} }
.login-form { .login-form {
......
...@@ -22,6 +22,6 @@ ...@@ -22,6 +22,6 @@
background-color: transparent !important; background-color: transparent !important;
} }
html { .uni-page-body {
// font-size: calc(100vw / 7.5); font-size: 14px;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment