@@ -932,4 +932,11 @@ input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea
.edit-icon button.up:hover{
background: #5078cb;
color: #fff;
+}
+
+/* 去除数字输入框的上下箭头 */
+input::-webkit-outer-spin-button,
+input::-webkit-inner-spin-button {
+ -webkit-appearance: none !important;
+ margin: 0;
}
@@ -99,4 +99,11 @@ img {
.ng-table-pagination .page-a:hover{
background: #5078cb !important;
@@ -828,7 +828,7 @@
</li>
</ul>
<div class="page-go-block">
- <input class="page-number" type="text" ng-model="param.currentPage" ng-keydown="listenEnter()"/>
+ <input class="page-number" type="number" ng-model="param.currentPage" ng-keydown="listenEnter()"/>
<a class="page-a" ng-click="setPage('page', param.currentPage)" href="">GO</a>
</div>
@@ -1247,7 +1247,7 @@