Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
poolin_app
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6912fc8c
authored
Jan 15, 2018
by
zhanghui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zhanghui' into 'develop'
fixbug See merge request
!2
parents
0dbdc493
43d9a092
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
src/assets/less/style.less
+4
-2
src/components/Login.vue
+1
-1
src/components/Reg.vue
+2
-3
No files found.
src/assets/less/style.less
View file @
6912fc8c
...
@@ -79,7 +79,7 @@ html,body {-webkit-tap-highlight-color: rgba(0, 0, 0,0); font-size: 0.28rem; bac
...
@@ -79,7 +79,7 @@ html,body {-webkit-tap-highlight-color: rgba(0, 0, 0,0); font-size: 0.28rem; bac
.back {width:44px;height:44px; vertical-align: middle;.tc;
.back {width:44px;height:44px; vertical-align: middle;.tc;
i {font-size:30px;.txt-ver(44px);}
i {font-size:30px;.txt-ver(44px);}
}
}
.title {font-size:0.36rem;.pos(a); left:
44px; right:44
px; .tc;}
.title {font-size:0.36rem;.pos(a); left:
100px; right:100
px; .tc;}
.btns {font-size:0.36rem; padding:0 15px;}
.btns {font-size:0.36rem; padding:0 15px;}
}
}
.page-content {position:absolute;top:44px;width:100%;height:auto;left:0;right:0;bottom:0;overflow-x:hidden;overflow-y:auto;}
.page-content {position:absolute;top:44px;width:100%;height:auto;left:0;right:0;bottom:0;overflow-x:hidden;overflow-y:auto;}
...
@@ -157,5 +157,6 @@ html,body {-webkit-tap-highlight-color: rgba(0, 0, 0,0); font-size: 0.28rem; bac
...
@@ -157,5 +157,6 @@ html,body {-webkit-tap-highlight-color: rgba(0, 0, 0,0); font-size: 0.28rem; bac
}
}
.mobile-ios {
.mobile-ios {
.mint-header {padding-top: 20px; box-sizing: content-box;}
.page-header {padding-top: 20px;}
.page-content {top:66px;}
}
}
\ No newline at end of file
src/components/Login.vue
View file @
6912fc8c
...
@@ -66,7 +66,7 @@ export default {
...
@@ -66,7 +66,7 @@ export default {
}
}
</
script
>
</
script
>
<
style
>
<
style
lang=
"less"
>
</
style
>
</
style
>
src/components/Reg.vue
View file @
6912fc8c
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
<div
class=
"btns"
@
click=
"goLogin"
>
登录
</div>
<div
class=
"btns"
@
click=
"goLogin"
>
登录
</div>
</div>
</div>
<div
class=
"page-content"
>
<div
class=
"page-content"
>
{{
msg
}}
<
button
@
click=
"loginOk"
>
注册成功后?重新登录:直接跳jump!
</button
>
<
!--
<button
@
click=
"loginOk"
>
注册成功后?重新登录:直接跳jump!
</button>
--
>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -16,7 +16,6 @@ export default {
...
@@ -16,7 +16,6 @@ export default {
name
:
'reg'
,
name
:
'reg'
,
data
()
{
data
()
{
return
{
return
{
msg
:
'用户注册'
}
}
},
},
mounted
()
{
mounted
()
{
...
...
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