Authored by xuqi

fix height if ps list row

@@ -36,6 +36,11 @@ @@ -36,6 +36,11 @@
36 &:last-child { 36 &:last-child {
37 margin-bottom: 0; 37 margin-bottom: 0;
38 } 38 }
  39 +
  40 + > a {
  41 + display: block;
  42 + height: 310rem / $pxConvertRem;
  43 + }
39 } 44 }
40 45
41 .content.hide { 46 .content.hide {