Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
Plain Diff
Browse Files
Authored by
weiqingting
2016-05-09 10:09:42 +0800
Commit
60034f2e316fd3337bf11fcc36f6dceced5ea573
2 parents
4da8b2dc
457ce67c
Merge branch 'develop' of
http://git.dev.yoho.cn/platform/yohobuy-portal-fe
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
client/js/basegoods/index.js
client/sass/module/_default.scss
client/js/basegoods/index.js
View file @
60034f2
...
...
@@ -89,12 +89,7 @@ new common.dropDown({
new
common
.
dropDown
({
el
:
"#brandId"
,
ajax
:
"brand"
,
hash
:
true
,
params
:
function
()
{
return
{
status
:
1
};
}
hash
:
true
});
new
common
.
dropDown
({
el
:
"#isOutLets"
,
...
...
client/sass/module/_default.scss
View file @
60034f2
...
...
@@ -360,7 +360,7 @@ input[type=file] {
height
:
60px
;
width
:
100px
;
position
:
absolute
;
z-index
:
99
;
z-index
:
30
;
}
.form-horizontal
.form-group
{
margin-left
:
0px
;
...
...
Please
register
or
login
to post a comment