优化篮球分数显示
This commit is contained in:
@@ -709,7 +709,7 @@ const styles = StyleSheet.create({
|
||||
alignItems: "center",
|
||||
},
|
||||
scoreContainer: {
|
||||
width: 25,
|
||||
width: 35,
|
||||
alignItems: "center",
|
||||
},
|
||||
extraStatsContainer: {
|
||||
@@ -722,7 +722,7 @@ const styles = StyleSheet.create({
|
||||
alignItems: "center",
|
||||
},
|
||||
scoreBox: {
|
||||
width: 28,
|
||||
width: 35,
|
||||
height: 55,
|
||||
borderRadius: 8,
|
||||
borderWidth: 0.3,
|
||||
@@ -751,7 +751,7 @@ const styles = StyleSheet.create({
|
||||
backgroundColor: "rgba(0,0,0,0.06)",
|
||||
},
|
||||
scoreBoxPlaceholder: {
|
||||
width: 28,
|
||||
width: 35,
|
||||
height: 48,
|
||||
},
|
||||
cardsInline: {
|
||||
|
||||
Reference in New Issue
Block a user