Authored by 郭成尧

style-adjust

... ... @@ -34,6 +34,12 @@ $shop-width-3: 187px;
.shop-name {
font-size: 24px;
margin-left: 5px;
white-space: nowrap;
width: 73%;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
&.shop-two {
... ...