|
|
@@ -393,7 +393,7 @@ export const SystemConfigManagement: React.FC = () => {
|
|
|
<FormItem>
|
|
|
<FormLabel>配置描述</FormLabel>
|
|
|
<FormControl>
|
|
|
- <Input
|
|
|
+ <Textarea
|
|
|
placeholder="请输入配置描述"
|
|
|
{...field}
|
|
|
data-testid="description-input"
|
|
|
@@ -449,7 +449,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"
|
|
|
@@ -468,7 +468,7 @@ export const SystemConfigManagement: React.FC = () => {
|
|
|
<FormItem>
|
|
|
<FormLabel>配置描述</FormLabel>
|
|
|
<FormControl>
|
|
|
- <Input
|
|
|
+ <Textarea
|
|
|
placeholder="请输入配置描述"
|
|
|
{...field}
|
|
|
data-testid="description-input"
|