优化代码

This commit is contained in:
RuoYi
2023-08-12 16:21:23 +08:00
parent e4585f5dcb
commit 2ebedeb5df
5 changed files with 13 additions and 9 deletions

View File

@@ -22,7 +22,7 @@
<div class="form-group">
<label class="col-sm-3 control-label is-required">参数键值:</label>
<div class="col-sm-8">
<input id="configValue" name="configValue" th:field="*{configValue}" class="form-control" type="text" required>
<textarea id="configValue" name="configValue" class="form-control" rows="4" required>[[*{configValue}]]</textarea>
</div>
</div>
<div class="form-group">