This commit is contained in:
server
2025-06-30 14:40:59 +08:00
parent cfa2b34ee8
commit 69d3ce0744
33 changed files with 1703 additions and 292 deletions
@@ -26,7 +26,7 @@
<a @click.prevent="viewMore" class="ele-cell-content">查看更多</a>
</div>
<el-badge :value="messages.length" slot="reference" :style="{ animation: messages.length > 0 ? 'bell-shake 0.5s infinite' : '' }">
<i class="el-icon-bell"></i>
<i class="el-icon-bell" style="color: var(--color-white)"></i>
</el-badge>
</el-popover>
</div>