Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
5b1b3ff3
Commit
5b1b3ff3
authored
Jun 23, 2020
by
zhangjianguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
46723343
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
pages.json
pages.json
+4
-0
user-center.vue
pages/user-center/user-center.vue
+2
-1
No files found.
pages.json
View file @
5b1b3ff3
...
@@ -201,6 +201,10 @@
...
@@ -201,6 +201,10 @@
"provider"
:
"wx2b03c6e691cd7370"
"provider"
:
"wx2b03c6e691cd7370"
}
}
},
},
//
"rules"
:
[{
//
"action"
:
"allow"
,
//
"page"
:
"*"
//
}],
"globalStyle"
:
{
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
""
,
"navigationBarTitleText"
:
""
,
...
...
pages/user-center/user-center.vue
View file @
5b1b3ff3
...
@@ -228,7 +228,7 @@ export default {
...
@@ -228,7 +228,7 @@ export default {
<
style
>
<
style
>
.body
{
.body
{
background
:
#f3f4f6
;
background
:
#f3f4f6
;
min-height
:
100vh
}
}
.userStyle
.userBox
{
.userStyle
.userBox
{
height
:
100%
;
height
:
100%
;
...
@@ -236,6 +236,7 @@ export default {
...
@@ -236,6 +236,7 @@ export default {
flex-direction
:
column
;
flex-direction
:
column
;
align-items
:
center
;
align-items
:
center
;
background
:
#f3f4f6
;
background
:
#f3f4f6
;
min-height
:
100vh
}
}
.userStyle
.imgbg
{
.userStyle
.imgbg
{
width
:
100%
;
width
:
100%
;
...
...
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