|
|
@@ -54,6 +54,9 @@
|
|
|
background-color: rgba(49, 165, 231, 0.1);
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
+ #msg .msg-show table thead tr th{
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
#msg .msg-show table tr th{
|
|
|
height: 45px;
|
|
|
}
|
|
|
@@ -114,6 +117,12 @@
|
|
|
text-align: center;
|
|
|
width: 98%;
|
|
|
}
|
|
|
+ #msg .msg-show table tbody tr td.hover-color span{
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ #msg .msg-show table tbody tr td.hover-color:hover span{
|
|
|
+ color: #1e9de5;
|
|
|
+ }
|
|
|
#msg .msg-show .ng-table-pager {
|
|
|
overflow: hidden;
|
|
|
margin-top: 15px;
|
|
|
@@ -141,7 +150,7 @@
|
|
|
<tbody ng-if="$data">
|
|
|
<tr ng-repeat="news in $data">
|
|
|
<td><span ng-bind="news.newsType">确认收款</span></td>
|
|
|
- <td ng-click="jumpNewsDetail(news)" style="cursor: pointer;"><span ng-bind-html="news.content" title="{{news.content}}">订单 <a>SS2018070500000035</a> 买家已付款成功,请确认是否收款成功!</span></td>
|
|
|
+ <td ng-click="jumpNewsDetail(news)" class="hover-color"><span ng-bind-html="news.content" title="{{news.content}}">订单 <a>SS2018070500000035</a> 买家已付款成功,请确认是否收款成功!</span></td>
|
|
|
<td><span ng-bind="news.sendUserName" title="{{news.sendUserName}}">深圳市华商龙科技商龙科技商龙科技有限公司(采购商名称)</span></td>
|
|
|
<td><span title="{{news.createTime | date:'yyyy-MM-dd HH:mm:ss'}}">{{news.createTime | date:'yyyy-MM-dd HH:mm:ss'}}</span></td>
|
|
|
</tr>
|