Merge branch 'feature/finance_statement723' of wmtx/platform into release

优化订单列表长cp订单显示
master
廖金灵 5 years ago committed by Gogs
commit 6faa6e0a33

@ -25,6 +25,12 @@
height:26px;line-height:26px;font-size:12px; height:26px;line-height:26px;font-size:12px;
} }
.select2-results__option[aria-selected] {font-size:12px;} .select2-results__option[aria-selected] {font-size:12px;}
tr td:nth-child(2){
max-width: 200px;
word-wrap:break-word;
line-height: 1.5;
padding:5px;
}
</style> </style>
<!-- 标题栏 --> <!-- 标题栏 -->
@ -159,7 +165,7 @@
<thead> <thead>
<tr> <tr>
<th>支付订单号</th> <th>支付订单号</th>
<th>CP订单号</th> <th style="max-width: 100px;">CP订单号</th>
<th><a class="paixu" data-order='pay_time'> <th><a class="paixu" data-order='pay_time'>
充值时间 充值时间

Loading…
Cancel
Save