细节优化
parent
10b6c0758b
commit
23c1440ffa
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue