Prechádzať zdrojové kódy

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

shenwu 2 rokov pred
rodič
commit
9ef34cddbf

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