diff --git a/components/Menu/RailScope/SearchUnitBox.tsx b/components/Menu/RailScope/SearchUnitBox.tsx
index 1a7af13..2e7741c 100644
--- a/components/Menu/RailScope/SearchUnitBox.tsx
+++ b/components/Menu/RailScope/SearchUnitBox.tsx
@@ -50,26 +50,10 @@ export const SearchUnitBox = ({
flexDirection: "column",
display: "flex",
flex: 1,
+ alignContent: "center",
+ justifyContent: "flex-end",
}}
>
-
- {}}
- onChange={(ret) => setInput(ret.nativeEvent.text)}
- value={input}
- style={{ flex: 1 }}
- />
-
{
@@ -87,6 +71,26 @@ export const SearchUnitBox = ({
style={{ marginRight: 10 }}
/>
+
+ {}}
+ onChange={(ret) => setInput(ret.nativeEvent.text)}
+ value={input}
+ style={{ flex: 1 }}
+ />
+
+
+ {!input &&
{Object.keys(lineList_LineWebID).map((d) => (
))}
-
+ }
)}