fix: 修复消息已读后计数未更新的问题

This commit is contained in:
2025-06-13 22:54:39 +08:00
parent 8c100e5753
commit fa1291bda2
3 changed files with 35 additions and 19 deletions

View File

@@ -108,6 +108,22 @@ onMounted(() => {
.arco-list-content {
max-height: 184px;
overflow-y: auto;
padding-right: 8px;
&::-webkit-scrollbar {
width: 6px;
height: 6px;
}
&::-webkit-scrollbar-thumb {
background-color: var(--color-text-4);
border-radius: 3px;
&:hover {
background-color: var(--color-text-3);
}
}
.arco-list-item {
padding: 6px;