|
@@ -595,15 +595,14 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th></th>
|
|
|
- <td colspan="2">
|
|
|
+ <td colspan="2" style="vertical-align: top;">
|
|
|
<div class="detailInfoEditor" style="width: 620px;">
|
|
|
<form:textarea path="detailInfo" htmlEscape="false" class="input-xlarge required hide"/>
|
|
|
<!-- 富文本编辑器 -->
|
|
|
<div id="detailInfoEditor">${product.detailInfo}</div>
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td colspan="3">
|
|
|
+ <td colspan="3" style="vertical-align: top;">
|
|
|
<div class="detailInfoEditor" style="width: 620px;">
|
|
|
<form:textarea path="commonDetailInfo" htmlEscape="false" class="input-xlarge required hide"/>
|
|
|
<!-- 富文本编辑器 -->
|