Sfoglia il codice sorgente

Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage

wjx 1 anno fa
parent
commit
7dfd4a2ce5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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())