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