|
|
@@ -561,36 +561,18 @@
|
|
|
color: #fff;
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
- #pay_center .tab .user-account-table thead tr th:nth-child(1) {
|
|
|
- min-width:100px;
|
|
|
- }
|
|
|
- #pay_center .tab .user-account-table thead tr th:nth-child(2) {
|
|
|
- min-width:150px;
|
|
|
- }
|
|
|
- #pay_center .tab .user-account-table thead tr th:nth-child(3) {
|
|
|
- width:80px;
|
|
|
- }
|
|
|
- #pay_center .tab .user-account-table thead tr th:nth-child(4) {
|
|
|
- max-width:400px;
|
|
|
- }
|
|
|
- #pay_center .tab .user-account-table thead tr th:nth-child(5) {
|
|
|
- min-width:80px;
|
|
|
- }
|
|
|
- #pay_center .tab .user-account-table thead tr th:nth-child(6) {
|
|
|
- min-width:60px;
|
|
|
- max-width:120px;
|
|
|
- }
|
|
|
#pay_center .tab .user-account-table tbody tr:hover {
|
|
|
background: #f1f5ff;
|
|
|
}
|
|
|
#pay_center .tab .user-account-table tbody tr td {
|
|
|
font-size: 14px;
|
|
|
color: #666;
|
|
|
- padding-left: 11px;
|
|
|
height: 51px;
|
|
|
- line-height: 25px;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
border-left: 1px solid #dae5fd;
|
|
|
- border-bottom: 1px solid #dae5fd;
|
|
|
+ border-bottom: 1px solid #dae5fd!important;
|
|
|
}
|
|
|
#pay_center .tab .user-account-table tbody tr td.operate-area {
|
|
|
border-right: 1px solid #dae5fd;
|
|
|
@@ -755,24 +737,24 @@
|
|
|
<span>新增账户</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <table class="user-account-table" ng-table="bankInfoTableParams" style="margin-bottom:34px;">
|
|
|
+ <table class="user-account-table table" ng-table="bankInfoTableParams" style="margin-bottom:34px;table-layout: fixed">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th >开户银行</th>
|
|
|
<th >开户支行</th>
|
|
|
- <th >银行账号</th>
|
|
|
+ <th width="80">银行账号</th>
|
|
|
<th >开户名称</th>
|
|
|
- <th >状态</th>
|
|
|
- <th >操作</th>
|
|
|
+ <th width="80">状态</th>
|
|
|
+ <th width="120">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr ng-repeat="account in accounts">
|
|
|
- <td ng-bind="account.bankname">中国银行</td>
|
|
|
- <td ng-bind="account.branchname">南山支行</td>
|
|
|
+ <td ng-bind="account.bankname" title="{{account.bankname}}">中国银行</td>
|
|
|
+ <td ng-bind="account.branchname" title="{{account.branchname}}">南山支行</td>
|
|
|
<td ng-bind="account.number | hideBankFilter">1256325*******************5621</td>
|
|
|
- <td ng-bind="account.accountname">优软*********有限公司</td>
|
|
|
- <td >
|
|
|
+ <td ng-bind="account.accountname" title="{{account.accountname}}">优软*********有限公司</td>
|
|
|
+ <td style="overflow: visible;white-space: normal;text-align:left;">
|
|
|
<span ng-bind="account.status | bankStatusFilter"></span>
|
|
|
<span class="wcz-title" ng-if="account.status == 103 || account.status == 101">
|
|
|
<i class="fa fa-exclamation-circle"></i>
|