wjx 1 년 전
부모
커밋
a6d0ef7ddb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/launchSystemNew/adq/ad/FilterQuery.tsx

+ 1 - 1
src/pages/launchSystemNew/adq/ad/FilterQuery.tsx

@@ -322,7 +322,7 @@ const FilterQuery: React.FC<Props> = ({ onChange, initialValues, queryForm, setQ
                 placeholder='广告状态'
                 mode="multiple"
                 maxTagCount={1}
-                style={{ width: 130 }}
+                style={{ minWidth: 130 }}
                 showSearch
                 filterOption={(input: any, option: any) =>
                     (option!.children as unknown as string).toLowerCase().includes(input.toLowerCase())