|
@@ -83,7 +83,7 @@
|
|
</div>
|
|
</div>
|
|
<div v-if="noticeList.length" class="mui-col-xs-12">
|
|
<div v-if="noticeList.length" class="mui-col-xs-12">
|
|
<div class="vongi-floor-padded">
|
|
<div class="vongi-floor-padded">
|
|
- <router-link :to="{name:'CommonNotice',query:{type:1}}" v-for="(item,index) in noticeList" :key="index" class="text-list">
|
|
|
|
|
|
+ <router-link :to="{name:'CommonNotice',query:{type:1}}" v-for="(item,index) in noticeList" :key="index" :class="'text-list '+(item.readStatus?'red-after':'')">
|
|
<h5 class="mui-ellipsis" v-text="item.title"></h5><span v-text="item.date"></span>
|
|
<h5 class="mui-ellipsis" v-text="item.title"></h5><span v-text="item.date"></span>
|
|
</router-link>
|
|
</router-link>
|
|
</div>
|
|
</div>
|
|
@@ -300,4 +300,7 @@
|
|
<style src="$project/assets/css/iconfont.css"></style>
|
|
<style src="$project/assets/css/iconfont.css"></style>
|
|
<style src="$project/assets/css/mui.picker.min.css"></style>
|
|
<style src="$project/assets/css/mui.picker.min.css"></style>
|
|
<style scoped>
|
|
<style scoped>
|
|
|
|
+ .red-after:after {
|
|
|
|
+ background: red;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|