style(Sku): improve price align (#6911)

This commit is contained in:
neverland
2020-07-30 22:36:47 +08:00
committed by GitHub
parent a8debb9266
commit 0e37938911

View File

@@ -65,6 +65,8 @@
} }
&__goods-price { &__goods-price {
// for price align
margin-left: -2px;
color: @red; color: @red;
} }