setSearchKeyword(e.target.value)}
@@ -1757,16 +1772,20 @@ export const Home: React.FC
= ({ canEdit, isPortraitMode = false }) =
placeholder={t("home.searchPlaceholder")}
prefix={}
allowClear
- style={{ width: "220px" }}
+ style={{ width: "100%" }}
/>
{!disableSearchKeyboard && showPinyinKeyboard && (
= ({ canEdit, isPortraitMode = false }) =