We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fe0e0 commit 29b672cCopy full SHA for 29b672c
ruoyi-fastapi-frontend/src/views/system/config/index.vue
@@ -144,7 +144,7 @@
144
<el-input v-model="form.configKey" placeholder="请输入参数键名" />
145
</el-form-item>
146
<el-form-item label="参数键值" prop="configValue">
147
- <el-input v-model="form.configValue" placeholder="请输入参数键值" />
+ <el-input v-model="form.configValue" type="textarea" placeholder="请输入参数键值" />
148
149
<el-form-item label="系统内置" prop="configType">
150
<el-radio-group v-model="form.configType">
0 commit comments