|
|
@@ -3,6 +3,7 @@ import { useQuery, useMutation } from '@tanstack/react-query';
|
|
|
import { Plus, Edit, Trash2, Search } from 'lucide-react';
|
|
|
import { format } from 'date-fns';
|
|
|
import { Input } from '@d8d/shared-ui-components/components/ui/input';
|
|
|
+import { Textarea } from '@d8d/shared-ui-components/components/ui/textarea';
|
|
|
import { Button } from '@d8d/shared-ui-components/components/ui/button';
|
|
|
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@d8d/shared-ui-components/components/ui/card';
|
|
|
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from '@d8d/shared-ui-components/components/ui/table';
|
|
|
@@ -375,7 +376,7 @@ export const SystemConfigManagement: React.FC = () => {
|
|
|
配置值 <span className="text-red-500 ml-1">*</span>
|
|
|
</FormLabel>
|
|
|
<FormControl>
|
|
|
- <Input
|
|
|
+ <Textarea
|
|
|
placeholder="请输入配置值"
|
|
|
{...field}
|
|
|
data-testid="config-value-input"
|