|
@@ -231,6 +231,8 @@
|
|
|
#pay_center .tab .user-account-table {
|
|
#pay_center .tab .user-account-table {
|
|
|
width:98%;
|
|
width:98%;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
+ table-layout: fixed;
|
|
|
|
|
+ margin:0 auto 40px;
|
|
|
}
|
|
}
|
|
|
#pay_center .tab .user-account-table thead {
|
|
#pay_center .tab .user-account-table thead {
|
|
|
background: #89aefa;
|
|
background: #89aefa;
|
|
@@ -405,7 +407,7 @@
|
|
|
<span>新增账户</span>
|
|
<span>新增账户</span>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <table class="user-account-table table" ng-table="bankInfoTableParams" style="table-layout: fixed;margin-bottom:40px;">
|
|
|
|
|
|
|
+ <table class="user-account-table table" ng-table="bankInfoTableParams">
|
|
|
<thead>
|
|
<thead>
|
|
|
<th>开户银行</th>
|
|
<th>开户银行</th>
|
|
|
<th >开户支行</th>
|
|
<th >开户支行</th>
|