wjx 1 月之前
父節點
當前提交
f6cecd17de
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/pages/launchSystemV3/tencenTasset/manageComponent/index.tsx

+ 4 - 4
src/pages/launchSystemV3/tencenTasset/manageComponent/index.tsx

@@ -161,7 +161,7 @@ const ManageComponent: React.FC = () => {
                     filterOption={(input, option) =>
                         ((option?.label ?? '') as any).toLowerCase().includes(input.toLowerCase())
                     }
-                    style={{ minWidth: 160 }}
+                    style={{ minWidth: 120 }}
                     maxTagCount={1}
                     mode="multiple"
                     allowClear
@@ -177,7 +177,7 @@ const ManageComponent: React.FC = () => {
                     filterOption={(input, option) =>
                         ((option?.label ?? '') as any).toLowerCase().includes(input.toLowerCase())
                     }
-                    style={{ width: 120 }}
+                    style={{ width: 100 }}
                     value={queryParams?.isDeleted}
                     allowClear
                     onChange={(e) => {
@@ -194,7 +194,7 @@ const ManageComponent: React.FC = () => {
                     filterOption={(input, option) =>
                         ((option?.label ?? '') as any).toLowerCase().includes(input.toLowerCase())
                     }
-                    style={{ minWidth: 120 }}
+                    style={{ minWidth: 100 }}
                     maxTagCount={1}
                     mode="multiple"
                     value={queryParams?.potentialStatus}
@@ -209,7 +209,7 @@ const ManageComponent: React.FC = () => {
                     filterOption={(input, option) =>
                         ((option?.label ?? '') as any).toLowerCase().includes(input.toLowerCase())
                     }
-                    style={{ minWidth: 120 }}
+                    style={{ minWidth: 100 }}
                     maxTagCount={1}
                     mode="multiple"
                     value={queryParams?.generationType}