Parcourir la source

奖池名字封面调整

zbb il y a 3 mois
Parent
commit
677c8314de
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      app/(tabs)/box.tsx

+ 2 - 2
app/(tabs)/box.tsx

@@ -472,7 +472,7 @@ const styles = StyleSheet.create({
   },
   itemImage: {
     width: '95%', // Very tight fit (leaving ~2.5% gap on sides = small gap)
-    height: 142, // restore height
+    height: 162, // expand height downwards
     borderRadius: 6,
     alignSelf: 'center',
     marginTop: 13, // Tighter top fit (approx 1px-2px visual gap)
@@ -482,7 +482,7 @@ const styles = StyleSheet.create({
     justifyContent: 'space-between',
     alignItems: 'center',
     paddingHorizontal: 20, // Visual padding for text
-    paddingTop: 12, // Space between image and text
+    paddingTop: 18, // Move text downwards
   },
   itemName: {
     flex: 1,