Files
YGChatCS/components/LocationInfo/styles/index.scss
2025-08-02 17:35:57 +08:00

15 lines
216 B
SCSS

.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;
}
}