|
@@ -65,7 +65,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>
|
|
@@ -303,4 +303,7 @@
|
|
<style scoped src="$project/assets/css/pension.css"></style>
|
|
<style scoped src="$project/assets/css/pension.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>
|
|
-</style>
|
|
|
|
|
|
+ .red-after:after {
|
|
|
|
+ background: red;
|
|
|
|
+ }
|
|
|
|
+</style>
|