wjx 1 maand geleden
bovenliggende
commit
f6cecd17de
1 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  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}