From 84d36b88cc71ed591c9a50f086ab38cd08177758 Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Sun, 16 Jul 2023 22:59:38 +0900 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97=E3=81=8C=E3=81=AF=E3=81=BF?= =?UTF-8?q?=E5=87=BA=E3=81=A6=E3=81=84=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ActionSheetComponents/EachTrainInfo.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/ActionSheetComponents/EachTrainInfo.js b/components/ActionSheetComponents/EachTrainInfo.js index 8471af1..c0ba7b0 100644 --- a/components/ActionSheetComponents/EachTrainInfo.js +++ b/components/ActionSheetComponents/EachTrainInfo.js @@ -285,7 +285,6 @@ export const EachTrainInfo = ({ style={{ margin: 5 }} onPress={() => { LayoutAnimation.easeInEaseOut(); //setLoadingDelayData(true); - navigate("trainbase", { info: "train.html?tn=" + data.trainNum, from, @@ -299,6 +298,7 @@ export const EachTrainInfo = ({ style={{ flexDirection: "row", //width: widthPercentageToDP("200%"), + minHeight: 200, height: heightPercentageToDP("20%"), }} horizontal @@ -307,6 +307,7 @@ export const EachTrainInfo = ({