Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jiaxiu-miniapp
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
蔡亮华(贵阳日报)
jiaxiu-miniapp
Commits
2537afe2
Commit
2537afe2
authored
Jul 17, 2024
by
彭佳妮(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录
parent
0c262523
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
login.vue
src/pages/account/login.vue
+9
-5
No files found.
src/pages/account/login.vue
View file @
2537afe2
...
...
@@ -37,9 +37,10 @@
</div>
<!--
<button
type=
"button"
class=
"conf-btn login-btns"
@
click=
"login"
>
登录
</button>
-->
<div
class=
"login-btns"
>
<van-button
type=
"primary"
round
@
click=
"login"
>
登录
</van-button>
<van-button
class=
"btn"
type=
"primary"
round
@
click=
"login"
>
登录
</van-button>
<!-- #ifdef H5-SGY -->
<van-button
plain
type=
"primary"
round
@
click=
"fastLoginBySgy"
>
爽贵阳用户快捷登录
</van-button>
<van-button
class=
"btn"
plain
type=
"primary"
round
@
click=
"fastLoginBySgy"
>
爽贵阳用户快捷登录
</van-button>
<!-- #endif -->
</div>
</form>
...
...
@@ -341,8 +342,10 @@ const fastLoginBySgy = () => {
justify-content
:
center
;
align-items
:
center
;
.van-button
{
width
:
100%
;
}
}
.btn
{
width
:
100%
;
}
</
style
>
\ No newline at end of file
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