yangc 7 лет назад
Родитель
Сommit
efc0ed4ba6

+ 1 - 1
src/main/webapp/resources/js/usercenter/controllers/forstore/pay_center_ctrl.js

@@ -58,7 +58,7 @@ define(['app/app'], function(app) {
 		 */
 		$scope.tradeRecordTableParams = new ngTableParams({
 			page : 1,
-			count : 30,
+			count : 10,
 			sorting : {
 				paytime : 'DESC'
 			}

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/pay_center_ctrl.js

@@ -44,7 +44,7 @@ define(['app/app'], function(app) {
         var getTradeRecordInfo = function () {
             $scope.tradeRecordTableParams = new ngTableParams({
                 page : 1,
-                count : 30,
+                count : 10,
                 sorting : {
                     transferTime : 'DESC'
                 }

+ 1 - 0
src/main/webapp/resources/view/usercenter/forstore/pay_center.html

@@ -360,6 +360,7 @@
 		line-height: 32px;
 		float: none;
 		border-radius: 2px;
+		vertical-align: unset;
 	}
 	.screen .sreach a.seek:hover{
 		background: #3f7ae3;

+ 1 - 0
src/main/webapp/resources/view/vendor/forstore/pay_center.html

@@ -399,6 +399,7 @@
         line-height: 32px;
         float: none;
         broder-radius: 2px;
+        vertical-align: unset;
     }
     .screen .sreach a.seek:hover{
         background: #3f7ae3;