stringサイズ条件のミスを修正
This commit is contained in:
@@ -362,7 +362,7 @@ const FixedStationBoxEachTrain = ({ d, station, displaySize }) => {
|
|||||||
style={{
|
style={{
|
||||||
backgroundColor: "white",
|
backgroundColor: "white",
|
||||||
flexDirection: "row",
|
flexDirection: "row",
|
||||||
height: displaySize == 50 ? "33%" : "7.5%",
|
height: displaySize == 76 ? "33%" : "7.5%",
|
||||||
overflow: "visible",
|
overflow: "visible",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user