为通知列表添加细 scrollbar 样式以改善用户体验

This commit is contained in:
jxxghp
2025-06-23 11:23:57 +08:00
parent e47d8d5d2b
commit 61805d13ab
2 changed files with 2 additions and 1 deletions

View File

@@ -124,5 +124,6 @@ onBeforeUnmount(() => {
.notification-list-container {
max-block-size: 50vh;
overflow-y: auto;
scrollbar-width: thin;
}
</style>