mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-06 16:19:53 +08:00
fix ui
This commit is contained in:
@@ -87,7 +87,7 @@ onBeforeUnmount(() => {
|
||||
</VCardItem>
|
||||
<VDivider />
|
||||
<div class="notification-list-container">
|
||||
<div v-if="notificationList.length > 0" class="notification-list">
|
||||
<div v-if="notificationList.length > 0" class="h-full overflow-y-auto">
|
||||
<VListItem v-for="(item, i) in notificationList" :key="i" lines="two" class="mb-1">
|
||||
<template #prepend>
|
||||
<VAvatar rounded>
|
||||
@@ -120,12 +120,7 @@ onBeforeUnmount(() => {
|
||||
|
||||
<style scoped>
|
||||
.notification-list-container {
|
||||
max-height: 50vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.notification-list {
|
||||
max-height: 100%;
|
||||
overflow-y: auto;
|
||||
max-block-size: 50vh;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user