shenwu 1 éve
szülő
commit
2c06a2d689
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/pages/launchSystemNew/adq/ad/index.tsx

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

@@ -368,7 +368,7 @@ const Ad: React.FC<Props> = (props) => {
                 <Select
                     placeholder='广告状态'
                     mode="multiple"
-                    style={{ width: 120 }}
+                    style={{ minWidth: 120 }}
                     showSearch
                     filterOption={(input: any, option: any) =>
                         (option!.children as unknown as string).toLowerCase().includes(input.toLowerCase())