Showing
1 changed file
with
10 additions
and
0 deletions
@@ -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; |
-
Please register or login to post a comment