zhijiezhao 3 yıl önce
ebeveyn
işleme
207060382c

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/product-new/productEdit.jsp

@@ -549,7 +549,7 @@
         <tr>
             <th>商品说明:</th>
             <td colspan="3">
-                <form:textarea path="productDescribe" id="wipeRemarks" maxlength="200" placeholder="请输入备注文字,不能超过200字" class="input-xlarge required"  rows="4"></form:textarea>
+                <form:textarea path="productDescribe" id="wipeRemarks" maxlength="200" placeholder="请输入备注文字,不能超过200字" class="input-xlarge"  rows="4"></form:textarea>
                 <p style="width:500px;text-align:right;"><span id="remarkLen" style="color:red;">0</span>/200</p>
             </td>
         </tr>