|
|
|
@ -142,7 +142,7 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="是否已读" min-width="95" fixed="right">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span v-if="scope.row.isread == 1">[已读]</span>
|
|
|
|
|
<span v-if="scope.row.isread == 1" class="readbox">[已读]</span>
|
|
|
|
|
<span v-if="scope.row.isread == 0">[未读]</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
@ -415,6 +415,9 @@ export default {
|
|
|
|
|
.el-table__body tr.current-row > td {
|
|
|
|
|
background-color: rgba(18, 128, 113, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.readbox {
|
|
|
|
|
color: #e49e61;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.pageNation {
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|