Authored by 梁志锋

update

framework @ 119c247f
Subproject commit 75bbc3b075de19f239532f60c5995d06c5f814e2
Subproject commit 119c247f5cf929aa1e059e40609bb16dd6b58f05
... ...
... ... @@ -263,6 +263,7 @@ navHammer.on('tap', function(e) {
navType,
$active;
e.preventDefault();
if ($this.hasClass('filter')) {
//筛选面板切换状态
... ...
... ... @@ -290,6 +290,7 @@ navHammer.on('tap', function(e) {
navType,
$active;
e.preventDefault();
if ($this.hasClass('filter')) {
//筛选面板切换状态
... ...
... ... @@ -47,7 +47,7 @@
color: #fff;
}
.limit-tag {
width: 90rem / $pxConvertRem;
width: 100rem / $pxConvertRem;
border: 1px solid #000;
color: #000;
}
... ...