优化订单列表长cp订单显示

master
chenzhi 5 years ago
parent 5ef1aa6e22
commit 2a99226dd7

@ -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>
<!-- 标题栏 --> <!-- 标题栏 -->
@ -152,7 +158,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