shenwu hai 1 ano
pai
achega
2c06a2d689
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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())