소스 검색

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

shenwu 1 년 전
부모
커밋
9ef34cddbf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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())