|
|
@@ -431,9 +431,30 @@
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
- width: 14.27%!important;
|
|
|
+ /*width: 14.27%!important;*/
|
|
|
|
|
|
}
|
|
|
+ .pay_record .ticket_record_list dl span:nth-child(1){
|
|
|
+ width:17.03%;
|
|
|
+ }
|
|
|
+ .pay_record .ticket_record_list dl span:nth-child(2){
|
|
|
+ width:15.73%;
|
|
|
+ }
|
|
|
+ .pay_record .ticket_record_list dl span:nth-child(3){
|
|
|
+ width:23.84%;
|
|
|
+ }
|
|
|
+ .pay_record .ticket_record_list dl span:nth-child(4){
|
|
|
+ width:8%;
|
|
|
+ }
|
|
|
+ .pay_record .ticket_record_list dl span:nth-child(5){
|
|
|
+ width:9.65%;
|
|
|
+ }
|
|
|
+ .pay_record .ticket_record_list dl span:nth-child(6){
|
|
|
+ width:12.12%;
|
|
|
+ }
|
|
|
+ .pay_record .ticket_record_list dl span:nth-child(7){
|
|
|
+ width:13.52%;
|
|
|
+ }
|
|
|
.pay_record .ticket_record_list dl span .select-adder {
|
|
|
opacity: 1;
|
|
|
width: 64px;
|
|
|
@@ -621,7 +642,7 @@
|
|
|
<option value="2">USD</option>
|
|
|
</select>
|
|
|
</span>
|
|
|
- <span>
|
|
|
+ <span style="width:13.52%">
|
|
|
<select class="form-control select-adder">
|
|
|
<option>状态</option>
|
|
|
<option value="1">RMB</option>
|
|
|
@@ -705,6 +726,10 @@
|
|
|
<td ng-bind="account.accountname">优软*********有限公司</td>
|
|
|
<td >
|
|
|
<span ng-bind="account.status | bankStatusFilter"></span>
|
|
|
+ <span style="position:relative">
|
|
|
+ <i class="fa fa-exclamation-circle"></i>
|
|
|
+ <b style="display:block;width:130px;padding:5px;font-size: 12px;line-height:15px;color:#666;position:absolute;top:3px;left:20px;background: #fff;border:1px solid #89aefa;">开户名称余上传的附件 名称不一致,请删除此 记录重新申请</b>
|
|
|
+ </span>
|
|
|
|
|
|
</td>
|
|
|
<td class="operate-area">
|