|
|
@@ -64,10 +64,10 @@
|
|
|
{{ item.remark }}
|
|
|
</div>
|
|
|
<div class="time">
|
|
|
- <el-link type="primary" @click="finishNotice(item)" v-if="item.shouldFinish">
|
|
|
+ <el-link type="success" @click="finishNotice(item)" v-if="item.shouldFinish">
|
|
|
已完成
|
|
|
</el-link>
|
|
|
- <el-link type="primary" @click="readNotice(item)" v-else>已读 </el-link>
|
|
|
+ <el-link type="success" @click="readNotice(item)" v-else>已读 </el-link>
|
|
|
{{ item.noticeTime }}
|
|
|
</div>
|
|
|
</li>
|
|
|
@@ -489,7 +489,7 @@ export default {
|
|
|
</script>
|
|
|
<style lang="less">
|
|
|
.aside {
|
|
|
- background: #313d4b;
|
|
|
+ background: #242744;
|
|
|
transition: all 0.4s ease;
|
|
|
margin-top: -1px;
|
|
|
// -ms-overflow-style: none;
|
|
|
@@ -565,7 +565,7 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
.menu-tabs {
|
|
|
- background: #171c3a;
|
|
|
+ background: #242744;
|
|
|
min-height: 41px;
|
|
|
}
|
|
|
}
|
|
|
@@ -573,7 +573,7 @@ export default {
|
|
|
.header {
|
|
|
color: #fff;
|
|
|
// background: #242744;
|
|
|
- background: #171c3a;
|
|
|
+ background: #242744;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
padding-left: 0;
|