Authored by 郭成尧

style-adjust

@@ -34,6 +34,12 @@ $shop-width-3: 187px; @@ -34,6 +34,12 @@ $shop-width-3: 187px;
34 34
35 .shop-name { 35 .shop-name {
36 font-size: 24px; 36 font-size: 24px;
  37 + margin-left: 5px;
  38 + white-space: nowrap;
  39 + width: 73%;
  40 + overflow: hidden;
  41 + text-overflow: ellipsis;
  42 + display: block;
37 } 43 }
38 44
39 &.shop-two { 45 &.shop-two {