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())