From 833d93cf12e8e49ed681b8cf375c3b0cdfce8882 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Mon, 19 Aug 2024 12:42:07 +0000 Subject: [PATCH] =?UTF-8?q?style=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/発車時刻表/LED_vidion.js | 28 ++++++------------------ 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/components/発車時刻表/LED_vidion.js b/components/発車時刻表/LED_vidion.js index fb628c0..fb1a4bc 100644 --- a/components/発車時刻表/LED_vidion.js +++ b/components/発車時刻表/LED_vidion.js @@ -476,41 +476,27 @@ const LastStation = ({ lastStation }) => { ); }; +const descriptionStyle = { + fontSize: parseInt("16%"), + fontWeight: "bold", +}; + const DependTime = ({ time }) => ( - - {time} - + {time} ); const StatusAndDelay = ({ trainDelayStatus }) => { return ( - + {trainDelayStatus} ); }; -const descriptionStyle = { - fontSize: parseInt("16%"), - fontWeight: "bold", -}; const Description = ({ info, numberOfLines = 0, onClick }) => (