Просмотр исходного кода

修改卖家中心下拉边框.和图标,分布功能

wangcz 8 лет назад
Родитель
Сommit
641c42d227
1 измененных файлов с 31 добавлено и 28 удалено
  1. 31 28
      src/main/webapp/resources/view/vendor/forstore/pay_center.html

+ 31 - 28
src/main/webapp/resources/view/vendor/forstore/pay_center.html

@@ -596,6 +596,9 @@
         background: #fff;
         background: #fff;
         border:1px solid #89aefa;
         border:1px solid #89aefa;
     }
     }
+    .ng-table-pager .ng-table-pagination a {
+        color:#fff;
+    }
 </style>
 </style>
 <!--右侧主体部分-->
 <!--右侧主体部分-->
 <div class="user_right fr" id="pay_center">
 <div class="user_right fr" id="pay_center">
@@ -729,38 +732,38 @@
                         <span>新增账户</span>
                         <span>新增账户</span>
                     </div>
                     </div>
                 </div>
                 </div>
-                <table class="user-account-table" ng-table="bankInfoTableParams">
+                <table class="user-account-table" ng-table="bankInfoTableParams" style="margin-bottom:34px;">
                     <thead>
                     <thead>
-                    <tr>
-                        <th width="130 ">开户银行</th>
-                        <th width="190">开户支行</th>
-                        <th width="230">银行账号</th>
-                        <th width="155">开户名称</th>
-                        <th width="65">状态</th>
-                        <th width="100">操作</th>
-                    </tr>
+                        <tr>
+                            <th width="130 ">开户银行</th>
+                            <th width="190">开户支行</th>
+                            <th width="230">银行账号</th>
+                            <th width="155">开户名称</th>
+                            <th width="65">状态</th>
+                            <th width="100">操作</th>
+                        </tr>
                     </thead>
                     </thead>
                     <tbody>
                     <tbody>
-                    <tr ng-repeat="account in accounts">
-                        <td ng-bind="account.bankname">中国银行</td>
-                        <td ng-bind="account.branchname">南山支行</td>
-                        <td ng-bind="account.number | hideBankFilter">1256325*******************5621</td>
-                        <td ng-bind="account.accountname">优软*********有限公司</td>
-                        <td >
-                            <span ng-bind="account.status | bankStatusFilter"></span>
-                            <span class="wcz-title">
-                                <i class="fa fa-exclamation-circle"></i>
-                                <b>开户名称余上传的附件 名称不一致,请删除此 记录重新申请</b>
-                            </span>
-
-                        </td>
-                        <td class="operate-area">
-                            <span><a href="#">重新使用</a></span>
-                            <span ng-click="deleteAccount(account)"><a href="#">删除</a></span>
-                        </td>
-                    </tr>
+                        <tr ng-repeat="account in accounts">
+                            <td ng-bind="account.bankname">中国银行</td>
+                            <td ng-bind="account.branchname">南山支行</td>
+                            <td ng-bind="account.number | hideBankFilter">1256325*******************5621</td>
+                            <td ng-bind="account.accountname">优软*********有限公司</td>
+                            <td >
+                                <span ng-bind="account.status | bankStatusFilter"></span>
+                                <span class="wcz-title">
+                                    <i class="fa fa-exclamation-circle"></i>
+                                    <b>开户名称余上传的附件 名称不一致,请删除此 记录重新申请</b>
+                                </span>
+                            </td>
+                            <td class="operate-area">
+                                <span><a href="#">重新使用</a></span>
+                                <span ng-click="deleteAccount(account)"><a href="#">删除</a></span>
+                            </td>
+                        </tr>
+                    </tbody>
                 </table>
                 </table>
-                <p style="text-align:right;margin-right:28px;margin-top:10px;">显示{{$$bankInfo.start}}-{{$$bankInfo.end}} 条,共 {{$$bankInfo.totalElements}}条</p>
+                <p style="text-align:right;margin-right:28px;margin-top:-25px;">显示{{$$bankInfo.start}}-{{$$bankInfo.end}} 条,共 {{$$bankInfo.totalElements}}条</p>
                 <div class="com-del-box" ng-if="false">
                 <div class="com-del-box" ng-if="false">
                     <div class="title">
                     <div class="title">
                         <i></i>
                         <i></i>