Przeglądaj źródła

处理配送规则样式和交互优化

hulh 8 lat temu
rodzic
commit
8e9d54ec84

+ 2 - 0
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_deliveryRule_ctrl.js

@@ -477,6 +477,7 @@ define([ 'app/app' ], function(app) {
                         DistributionRule.saveRule({isAdd:isAdd, isActive:$scope.isActive}, $scope.modifyRule , function (data) {
                             if (data.success){
                                 $scope.editFrame = false;
+                                $scope.chooseBox = false;
                                 $scope.tab = 'deliverRule';
                                 if (isAdd){
                                     toaster.pop('info', "保存成功");
@@ -542,6 +543,7 @@ define([ 'app/app' ], function(app) {
 
         $scope.cancelEdit = function () {
             $scope.editFrame = false;
+            $scope.chooseBox = false;
             $scope.tab = 'deliverRule';
         };
 

+ 3 - 0
src/main/webapp/resources/view/usercenter/forstore/buyer_order.html

@@ -685,6 +685,9 @@
 	.oder_list dl b.total{
 		margin-right: 0;
 	}
+	.com-sub-pager .pagination li:first-child a, .pagination li:last-child a{
+		font-size: 12px;
+	}
 </style>
 <div class="user_right fr">
 	<!--订单中心-->