Browse Source

购物车左侧边距

main
Mac 2 weeks ago
parent
commit
c8da3f4e6b
  1. 2
      app/screens/CartScreen.tsx

2
app/screens/CartScreen.tsx

@ -1155,7 +1155,7 @@ const styles = StyleSheet.create({
productCardListing: { productCardListing: {
width: "100%", width: "100%",
paddingRight: 4, paddingRight: 4,
paddingLeft: 4, paddingLeft: 16,
marginTop: 16, marginTop: 16,
}, },
productCardContainer5: { productCardContainer5: {

Loading…
Cancel
Save