【优化】优化下单界面数量与“X”符号错位的问题。

This commit is contained in:
大灰灰
2022-08-01 21:55:46 +08:00
parent 5d4a00b833
commit 6db2056fac

View File

@@ -22,7 +22,7 @@
.goods-info-view { position: relative; padding-left: 90px; min-height: 82px; line-height: 1.4; .goods-info-view { position: relative; padding-left: 90px; min-height: 82px; line-height: 1.4;
.coreshop-tag-view { position: relative; width: fit-content; } .coreshop-tag-view { position: relative; width: fit-content; }
.goods-price-view { position: relative; line-height: 1.7; top: 4.5px; .goods-price-view { position: relative; line-height: 1.7; top: 4.5px;
.goods-num { width: 25px; position: absolute; right: 2.5px; top: 2.5px; } .goods-num { position: absolute; right: 2.5px; top: 2.5px; }
} }
} }
} }