修改buyer端购物车显示bug

master
lemon橪 2021-09-17 18:26:24 +08:00
parent 95beebc5c7
commit 53cc6f46d1
1 changed files with 6 additions and 0 deletions

View File

@ -777,6 +777,7 @@ export default {
.goods-item {
display: flex;
width:100%;
align-items: center;
justify-content: space-between;
padding: 20px 0;
@ -799,9 +800,14 @@ export default {
> span:nth-child(1) {
font-size: 12px;
flex: 1;
text-align: left;
>span{
margin-left: 10px;
}
}
> span:last-child {
color: $theme_color;