Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
2016-08-30 15:58:51 +0800
Commit
77dcdef265a8445cc358160a7d5adb72053113de
1 parent
aaea72a9
添加 app_version 到 User-Agent
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
public/gulpfile.js
public/scss/channel/_coupon.css
public/gulpfile.js
View file @
77dcdef
...
...
@@ -60,6 +60,7 @@ const postcssPlugin = (et) => {
group
=
group
===
''
?
'yo'
:
group
;
file
.
retina
=
true
;
file
.
radio
=
2
;
return
group
?
Promise
.
resolve
(
group
)
:
Promise
.
reject
(
group
);
}
...
...
public/scss/channel/_coupon.css
View file @
77dcdef
...
...
@@ -61,7 +61,7 @@
&
.received
{
width
:
113px
;
height
:
1
34
px
;
height
:
1
40
px
;
background-image
:
url("/channel/received.png")
;
position
:
absolute
;
top
:
0
;
...
...
@@ -70,7 +70,7 @@
&
.zero
{
width
:
111px
;
height
:
1
34
px
;
height
:
1
40
px
;
background-image
:
url("/channel/zero.png")
;
position
:
absolute
;
top
:
0
;
...
...
Please
register
or
login
to post a comment