细节优化

feat/task1-c-wallet
gongfuxiang 2022-06-24 14:30:19 +08:00
parent 10b6c0758b
commit 23c1440ffa
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<input type="text" name="parameters_name[]" placeholder="参数名称" value="{{$pv.name}}" data-validation-message="请填写参数名称" maxlength="160" required />
</td>
<td class="am-text-middle">
<input type="text" name="parameters_value[]" placeholder="参数值" value="{{$pv.value}}" maxlength="200" data-validation-message="请填写参数值" />
<input type="text" name="parameters_value[]" placeholder="参数值" value="{{$pv.value}}" maxlength="160" data-validation-message="请填写参数值" />
</td>
<td class="am-text-middle">
<a href="javascript:;" class="am-text-xs am-text-secondary am-margin-right-sm line-move" data-type="top">上移</a>