소스 검색

楼层input样式调整

zhijiezhao 2 년 전
부모
커밋
b614e16c49
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/webapp/WEB-INF/views/modules/newhome/newFloorcontentForm.jsp

+ 2 - 2
src/main/webapp/WEB-INF/views/modules/newhome/newFloorcontentForm.jsp

@@ -299,10 +299,10 @@ debugger
 				</td>
 				<td>
 					<c:if test="${not empty list.sortIndex && list.sortIndex!=0}">
-					<input  id="sort" name="sortIndex" style="width:50px;" value="${list.sortIndex}"  onkeyup="onlynum(this)"  onchange="changeSort(${list.productID},this)"></td>
+					<input  id="sort" type="text" name="sortIndex" style="width:50px;" value="${list.sortIndex}"  onkeyup="onlynum(this)"  onchange="changeSort(${list.productID},this)"></td>
 				</c:if>
 				<c:if test="${empty list.sortIndex || list.sortIndex==0}">
-					<input  id="sort" name="sortIndex" style="width:50px;" value="1"  onkeyup="onlynum(this)"  onchange="changeSort(${list.productID},this)"></td>
+					<input  id="sort" type="text" name="sortIndex" style="width:50px;" value="1"  onkeyup="onlynum(this)"  onchange="changeSort(${list.productID},this)"></td>
 				</c:if>
 				<td>
 					<c:if test="${list.recommend eq 1}"><img src="/static/images/yes.gif" width="15px" border="none"/></c:if>