Browse Source

bug处理

wangcz 8 years ago
parent
commit
a054cc62e6

+ 4 - 3
src/main/webapp/resources/css/commonComponent.css

@@ -92,9 +92,10 @@
 /*btnSize*/
 .com-btn-level1 {
     display: inline-block;
-    padding: 0 17px;
     height: 25px;
-    line-height: 25px;
+    width:64px;
+    text-align: center;
+    line-height: 23px;
     font-size: 14px;
     cursor: pointer;
     vertical-align: middle;
@@ -106,7 +107,7 @@
     display: inline-block;
     padding: 0 11px;
     height: 25px;
-    line-height: 25px;
+    line-height: 23px;
     border-radius: 2px;
     font-size: 12px;
     cursor: pointer;

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

@@ -301,6 +301,7 @@ define(['app/app'], function(app) {
             $scope.account = {};
             $scope.account.files = null;
             $scope.showBankFrame = false;
+            console.log('1111111111');
         };
 
         /**

+ 1 - 0
src/main/webapp/resources/view/common/bankInfoModal.html

@@ -121,6 +121,7 @@
 		<label class="remind-message"><b class="text-inverse">*&nbsp;</b>为保障您的资金安全,账户信息加密显示且不可修改,只能删除后重新提交。</label>
 	</div>
 	<div class="modal-footer">
+		<button style="width:0;height:0;background: transparent;border:0;"></button>
 		<button class="com-btn-level1 com-btn-cancel" ng-click="cancel()">取消</button>
 		<input type="submit" class="com-btn-submit com-btn-level1" ng-click="confirm()" value="确定" />
 	</div>

+ 3 - 2
src/main/webapp/resources/view/vendor/forstore/pay_center.html

@@ -711,7 +711,7 @@
                         </div>
                     </dd>
                 </dl>
-                <p style="text-align:right;margin-right:28px;margin-top:10px;" ng-if="bankTransRecore && bankTransRecore.length > 0">显示{{$$transfer.start}}-{{$$transfer.end}} 条,共 {{totalElements}} 条</p>
+                <p style="text-align:right;margin-right:28px;margin-top:10px;margin-bottom:10px;" ng-if="bankTransRecore && bankTransRecore.length > 0">显示{{$$transfer.start}}-{{$$transfer.end}} 条,共 {{totalElements}} 条</p>
                 <div style="background-color: white; width: 100%; height: 75px;">
                     <div class="ng-cloak ng-table-pager" ng-if="pages.length" style="float: right;margin-right: 60px;">
                         <ul class="pagination ng-table-pagination">
@@ -856,6 +856,7 @@
                 </div>
             </div>
             <div class="row">
+                <button style="width:0;height:0;background: transparent;border:0;"></button>
                 <div class="col-md-12" style="text-align: center;">
                     <button class="btn" ng-click="cancelAdd()" style="background: #acabab;color:#fff">取消</button>
                     <button class="btn" type="submit" ng-click="ensureAddAccount()" style="background: #5078cb;color:#fff">确定</button>
@@ -983,7 +984,7 @@
         border-radius: 3px;
     }
     .upload01 {
-        width:335px;
+        width:270px;
         height: 34px;
         filter:alpha(opacity=0);
         -moz-opacity:0;