feat: 商品详情页面交互
This commit is contained in:
14
components/LocationInfo/styles/index.scss
Normal file
14
components/LocationInfo/styles/index.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
.store-address {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
|
||||
text {
|
||||
flex: 1;
|
||||
padding: 0 6px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user