浏览代码

奖池名字封面调整

zbb 3 月之前
父节点
当前提交
677c8314de
共有 1 个文件被更改,包括 2 次插入2 次删除
  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,