修改buyer端购物车显示bug
parent
95beebc5c7
commit
53cc6f46d1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue