diff --git a/src/routers/layout/search/phone/item.tsx b/src/routers/layout/search/phone/item.tsx index 740141b..e39cbd1 100644 --- a/src/routers/layout/search/phone/item.tsx +++ b/src/routers/layout/search/phone/item.tsx @@ -52,11 +52,11 @@ export const PhoneSearchItem = forwardRef< } bg-white shadow-lg p-6 rounded-3xl font-semibold overflow-hidden mb-3`} >
{openTitle}
-
+
setValue(() => event.target.value)} diff --git a/src/routers/layout/search/phone/modal.tsx b/src/routers/layout/search/phone/modal.tsx index 037d6d3..839c5b1 100644 --- a/src/routers/layout/search/phone/modal.tsx +++ b/src/routers/layout/search/phone/modal.tsx @@ -121,13 +121,13 @@ const SearchHeader = () => { label={"标签"} value={"搜索tag"} onClick={handlerChangeSearchMode.bind(null, "搜索tag")} - className='box-content min-w-0 w-9 p-0 min-h-0 h-6 mx-2 font-bold text-base' + className='box-content min-w-0 w-9 p-0 min-h-0 h-6 mx-2 font-bold text-base whitespace-nowrap' /> );