Explorar el Código

Merge remote-tracking branch 'origin/developerB' into developerB

zhijiezhao hace 3 años
padre
commit
f75e0ca658

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

@@ -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"/>
                     <!-- 富文本编辑器 -->