Skip to content

Commit 29b672c

Browse files
committed
perf: 参数键值更换为多行文本
1 parent 27fe0e0 commit 29b672c

File tree

1 file changed

+1
-1
lines changed
  • ruoyi-fastapi-frontend/src/views/system/config

1 file changed

+1
-1
lines changed

ruoyi-fastapi-frontend/src/views/system/config/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<el-input v-model="form.configKey" placeholder="请输入参数键名" />
145145
</el-form-item>
146146
<el-form-item label="参数键值" prop="configValue">
147-
<el-input v-model="form.configValue" placeholder="请输入参数键值" />
147+
<el-input v-model="form.configValue" type="textarea" placeholder="请输入参数键值" />
148148
</el-form-item>
149149
<el-form-item label="系统内置" prop="configType">
150150
<el-radio-group v-model="form.configType">

0 commit comments

Comments
 (0)