master
fanluyan 2 years ago
parent 274f9aca33
commit e80cd0bbca

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

Loading…
Cancel
Save