cssの調整
This commit is contained in:
parent
6440cff928
commit
eeb3993c71
@ -107,9 +107,14 @@ export const EachStopList = ({
|
|||||||
{station}
|
{station}
|
||||||
</Text>
|
</Text>
|
||||||
<View style={{ flex: 1 }} />
|
<View style={{ flex: 1 }} />
|
||||||
|
<View style={{ position: "relative", width: 0 }}>
|
||||||
{points ? (
|
{points ? (
|
||||||
<Text style={{ fontSize: 20, marginRight: 70 }}>🚊</Text>
|
<Text style={{ fontSize: 20, position: "absolute", left: -60 }}>
|
||||||
|
🚊
|
||||||
|
</Text>
|
||||||
) : null}
|
) : null}
|
||||||
|
</View>
|
||||||
|
|
||||||
{!isNaN(currentTrainData?.delay) && currentTrainData?.delay != 0 && (
|
{!isNaN(currentTrainData?.delay) && currentTrainData?.delay != 0 && (
|
||||||
<Text
|
<Text
|
||||||
style={{
|
style={{
|
||||||
|
Loading…
Reference in New Issue
Block a user