|
|
@@ -16,8 +16,8 @@
|
|
|
<p>{{item.createTime | time}}</p>
|
|
|
<a :href="item.type === 'MALL跳转买家已报价页面' ? '/mobile/center/user/seek?seekType=done' : item.type === 'MALL公共询价' ? '/mobile/center/vendor/seek?seekType=wait&messageType=my' : item.type === '商城公共询价采纳结果' ? '/mobile/center/vendor/seek?seekType=done' : ''"
|
|
|
v-if="item.type"
|
|
|
- :title="item.content" class="info">{{item.content}}</a>
|
|
|
- <a v-else :title="item.content" class="noLink info">{{item.content}}</a>
|
|
|
+ :title="item.content" :class="{info: item.isRead === 0}">{{item.content}}</a>
|
|
|
+ <a v-else :title="item.content" class="noLink" :class="{info: item.isRead === 0}">{{item.content}}</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -144,13 +144,16 @@
|
|
|
font-size: .24rem;
|
|
|
color: #666;
|
|
|
}
|
|
|
- a.info{
|
|
|
+ a{
|
|
|
font-size: .28rem;
|
|
|
- color: #333;
|
|
|
+ color: #666;
|
|
|
word-break: break-all;
|
|
|
- padding:0;
|
|
|
- &:active{
|
|
|
- background: #e1e1e1;
|
|
|
+ padding: 0;
|
|
|
+ &.info {
|
|
|
+ color: #333;
|
|
|
+ }
|
|
|
+ &:active {
|
|
|
+ background: #e1e1e1;
|
|
|
}
|
|
|
}
|
|
|
}
|