Authored by zzzzzzz

bug fixed

@@ -315,6 +315,7 @@ $border: #e0e0e0; @@ -315,6 +315,7 @@ $border: #e0e0e0;
315 position: absolute; 315 position: absolute;
316 top: 77px; 316 top: 77px;
317 left: 220px; 317 left: 220px;
  318 + right: 0;
318 } 319 }
319 320
320 .pre-title { 321 .pre-title {
@@ -333,6 +334,9 @@ $border: #e0e0e0; @@ -333,6 +334,9 @@ $border: #e0e0e0;
333 font-size: 22px; 334 font-size: 22px;
334 color: $gray; 335 color: $gray;
335 line-height: 100%; 336 line-height: 100%;
  337 + overflow: hidden;
  338 + white-space: nowrap;
  339 + text-overflow: ellipsis;
336 } 340 }
337 } 341 }
338 } 342 }