商品信息展示修改

This commit is contained in:
chc
2022-12-28 11:22:54 +08:00
parent 3881370b6e
commit aa4dbc1bbd
4 changed files with 38 additions and 3 deletions

View File

@@ -869,7 +869,26 @@ export default {
color: black;
}
}
.base {
margin-top: 5px;
height: 120px;
display: flex;
div {
width: 100px;
overflow: hidden;
text-overflow:ellipsis;
margin-top: 8px;
white-space: nowrap;
}
.image {
height: 100px;
margin-top: 3px;
width: 100px
}
}
.talk-bubble {
position: absolute;
left: 0px;