Authored by xuqi

fix height if ps list row

... ... @@ -36,6 +36,11 @@
&:last-child {
margin-bottom: 0;
}
> a {
display: block;
height: 310rem / $pxConvertRem;
}
}
.content.hide {
... ...