Skip to content

Commit 301568c

Browse files
committed
设定搜素框宽度
1 parent 34da2bb commit 301568c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/options/routes/ScriptList/components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export const ScriptSearchField = React.memo(
213213
ref={inputRef}
214214
size="small"
215215
searchButton
216-
style={{ maxWidth: 400 }}
216+
style={{ width: 280 }}
217217
value={keyword}
218218
placeholder={t("enter_search_value", { search: `${t("name")}/${t("script_code")}` })!}
219219
onChange={(value) => {

0 commit comments

Comments
 (0)