@@ -512,7 +512,7 @@ export default messageBubble;
word-break: break-all;
width: fit-content;
&-in {
- background: #fbfbfb;
+ background: #fff;
border-radius: 10px 10px 10px 10px;
}
&-out {
@@ -257,7 +257,7 @@ a {
.notice-message {
- max-width: 376px;
+ width: 376px;
cursor: pointer;
.notice-title {
display: flex;
@@ -10,7 +10,7 @@
<span class="name">{{ item.username }}</span>
</div>
<div class="userTime">
- <span class="time">{{ item.createTime }}</span>
+ <span class="time">{{ item.updateTime }}</span>
<span class="tag" v-if="item.isTop">置顶</span>
@@ -33,7 +33,7 @@
编辑公告
<div class="p-item" @click="onOperation(item, 'top', index)">
- 设为置顶
+ {{item.topFlag ? '取消置顶': '设为置顶'}}
<div
class="p-item p-red"