Authored by xuqi

修正筛选列表右侧文字太长时会被挤换行的问题

@@ -203,6 +203,16 @@ @@ -203,6 +203,16 @@
203 } 203 }
204 } 204 }
205 205
  206 +.sub-classify li span {
  207 + float: left;
  208 + &.text {
  209 + max-width: 6rem;
  210 + overflow: hidden;
  211 + white-space: nowrap;
  212 + text-overflow: ellipsis;
  213 + }
  214 +}
  215 +
206 .sub-classify .chosed-icon { 216 .sub-classify .chosed-icon {
207 display: none; 217 display: none;
208 margin-left: 10rem / $pxConvertRem; 218 margin-left: 10rem / $pxConvertRem;