Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
home-with-kids-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
181c0ddf
authored
2020-01-15 10:31:09 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
35229b91
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
src/pages/blessing/blessing.js
src/pages/blessing/blessing.scss
src/pages/blessing/blessing.js
View file @
181c0dd
...
...
@@ -260,7 +260,10 @@ Page({
}
else
{
app
.
router
.
push
({
openType
:
"redirect"
,
path
:
"index"
path
:
"index"
,
query
:
{
t
:
"bless"
}
});
}
},
...
...
src/pages/blessing/blessing.scss
View file @
181c0dd
// @import '../../assets/scss/mixins';
@import
'../../assets/scss/utils'
;
$blessContentWidth
:
6
9
0px
;
$blessContentWidth
:
6
5
0px
;
$blessContentLabelWidth
:
650px
;
.van-button__text
{
...
...
Please
register
or
sign in
to post a comment