mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2026-01-13 10:57:10 +08:00
fix: 修复消息已读后计数未更新的问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user