|
@@ -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}
|