Authored by weiqingting

Merge branch 'develop' of http://git.dev.yoho.cn/platform/yohobuy-portal-fe into develop

... ... @@ -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",
... ...
... ... @@ -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;
... ...