feat: 全面优化ai-hub前端细节

This commit is contained in:
ccnetcore
2025-08-31 01:37:36 +08:00
parent 8abd122773
commit d29aac088a
10 changed files with 27 additions and 59 deletions

View File

@@ -212,7 +212,7 @@ function handleMenuCommand(command: string, item: ConversationItem<ChatSessionVo
position: absolute;
top: 0;
left: 0;
z-index: 11;
// z-index: 11;
width: var(--sidebar-default-width);
height: 100%;
pointer-events: auto;
@@ -315,7 +315,7 @@ function handleMenuCommand(command: string, item: ConversationItem<ChatSessionVo
.aside-container-collapse {
position: absolute;
top: 54px;
z-index: 22;
// z-index: 22;
height: auto;
max-height: calc(100% - 110px);
padding-bottom: 12px;
@@ -381,5 +381,9 @@ function handleMenuCommand(command: string, item: ConversationItem<ChatSessionVo
padding-left: 12px !important;
background-color: var(--sidebar-background-color) !important;
}
.conversation-group .active-sticky
{
z-index: 0 ;
}
}
</style>