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

修改bug

parent 798be521
......@@ -11,8 +11,7 @@ export default {
title: '检测到有新版本!',
content: '请升级app到最新版本!',
canceltext: '暂不升级',
oktext: '立即升级',
func: this.$u.api.getCurrentsys
oktext: '立即升级'
})
return fn // 函数中返回自身
}
......
......@@ -27,6 +27,7 @@
"navigationBarTitleText": "MES",
"navigationBarBackgroundColor": "#F8F8F8",
"enablePullDownRefresh": false,
"pageOrientation":"landscape",
"backgroundColor": "#F8F8F8",
"rpxCalcMaxDeviceWidth": 750,
// rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
......
......@@ -125,6 +125,7 @@ page {
margin: 0px auto 30px auto;
text-align: center;
color: #707070;
font-size: 16px;
}
.login-form {
......
......@@ -22,6 +22,6 @@
background-color: transparent !important;
}
html {
// font-size: calc(100vw / 7.5);
.uni-page-body {
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