|
@@ -177,7 +177,7 @@ style="margin: 0 auto;width: 96%;padding: 30px 0px;"
|
|
|
<input type="hidden" name="attr[{{$spec['id']}}][thumb][]" placeholder="图片路径">
|
|
|
</span>
|
|
|
@endif -->
|
|
|
- <input type="{{$spec['input_type']}}" name="attr[{{$spec['id']}}][name][]" class="form-control attr_name" maxlength="20" required="required" placeholder="属性" />
|
|
|
+ <input type="{{$spec['input_type']}}" name="attr[{{$spec['id']}}][name][]" class="form-control attr_name" maxlength="40" required="required" placeholder="属性" />
|
|
|
</div>
|
|
|
<div class="input-group col-lg-6 col-md-6 col-sm-6 col-xs-6">
|
|
|
<input type="text" class="form-control" name="attr[{{$spec['id']}}][remark][]" maxlength="20" placeholder="备注" />
|
|
@@ -198,7 +198,7 @@ style="margin: 0 auto;width: 96%;padding: 30px 0px;"
|
|
|
<input type="hidden" name="attr[{{$spec['id']}}][thumb][]" placeholder="图片路径" vlalue="value="{{$attr['thumb']}}" ">
|
|
|
</span>
|
|
|
@endif -->
|
|
|
- <input type="{{$spec['input_type']}}" name="attr[{{$spec['id']}}][name][]" class="form-control attr_name" maxlength="20" required="required" placeholder="属性" value="{{$attr['name']}}" />
|
|
|
+ <input type="{{$spec['input_type']}}" name="attr[{{$spec['id']}}][name][]" class="form-control attr_name" maxlength="40" required="required" placeholder="属性" value="{{$attr['name']}}" />
|
|
|
</div>
|
|
|
<div class="input-group col-lg-6 col-md-6 col-sm-6 col-xs-6">
|
|
|
<input type="text" class="form-control" name="attr[{{$spec['id']}}][remark][]" maxlength="20" placeholder="备注" value="{{$attr['remark']}}" />
|