Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ximai
mes-pad
Commits
30712cee
Commit
30712cee
authored
Jul 08, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
798be521
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
App.vue
App.vue
+1
-2
pages.json
pages.json
+1
-0
login.vue
pages/sys/login/login.vue
+1
-0
global.scss
static/css/global.scss
+2
-2
No files found.
App.vue
View file @
30712cee
...
@@ -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
// 函数中返回自身
}
}
...
...
pages.json
View file @
30712cee
...
@@ -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
...
...
pages/sys/login/login.vue
View file @
30712cee
...
@@ -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
{
...
...
static/css/global.scss
View file @
30712cee
...
@@ -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
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment