|
|
@@ -423,6 +423,13 @@
|
|
|
.pro_management .table tr td div span.switch button.active{
|
|
|
background: url("static/img/icon/check-ok.png") no-repeat center;
|
|
|
}
|
|
|
+ /*分页鼠标悬停效果*/
|
|
|
+ .device .wanted_list01 a:hover {
|
|
|
+ border-bottom: 1px solid #ddd!important;
|
|
|
+ }
|
|
|
+ .device .wanted_list01 a.page-a:hover{
|
|
|
+ color: #fff!important;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div class="user_right fr">
|
|
|
<!--货品管理-->
|
|
|
@@ -645,7 +652,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>
|
|
|
</div>
|