|
@@ -272,22 +272,22 @@
|
|
|
</button>
|
|
|
</td>
|
|
|
</div>
|
|
|
- <div style="margin-top: 10px">
|
|
|
- <label class="control-label">品牌:</label>
|
|
|
- <form:select path="brandID" class="input-small">
|
|
|
+ <div style="margin-top: 10px;margin-left: 100px">
|
|
|
+ <label>品牌:</label>
|
|
|
+ <form:select path="brandID" style="margin-left:18px" class="input-small">
|
|
|
<form:option value="" label="请选择"/>
|
|
|
<form:options items="${brandList}" itemLabel="name" itemValue="id" htmlEscape="false"/>
|
|
|
</form:select>
|
|
|
</div>
|
|
|
- <div style="margin-top: 10px">
|
|
|
- <label class="control-label"><span style="color: red">*</span>供应商:</label>
|
|
|
- <form:select path="shopID" class="input-small">
|
|
|
+ <div style="margin-top: 10px;margin-left: 100px">
|
|
|
+ <label><span style="color: red">*</span>供应商:</label>
|
|
|
+ <form:select path="shopID" class="input-small required">
|
|
|
<form:option value="" label="请选择"/>
|
|
|
<form:options items="${shopList}" itemLabel="name" itemValue="shopID" htmlEscape="false"/>
|
|
|
</form:select>
|
|
|
</div>
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label" style="margin-top: 15px">商品图片:</label>
|
|
|
+ <div style="margin-left: 100px">
|
|
|
+ <label style="margin-top: 15px">商品图片:</label>
|
|
|
<div class="controls upload-content" id="secondHandImage">
|
|
|
<div class="conList">
|
|
|
<form:hidden value="${product.image1}" id="image1" path="image1" htmlEscape="false"
|