添加测试、添加总结、全量、rag(todo)3种历史记录保存方式,流式实现
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/* Import global styles */
|
||||
@import './styles/variables.css';
|
||||
@import './styles/reset.css';
|
||||
@import './styles/z-index.css'; /* ✅ Z-Index 层级规范 */
|
||||
|
||||
/* ==================== Main Layout ==================== */
|
||||
.app {
|
||||
@@ -128,12 +129,12 @@
|
||||
radial-gradient(circle at 80% 70%, rgba(109, 140, 255, 0.03) 0%, transparent 50%),
|
||||
linear-gradient(180deg, var(--color-bg-primary) 0%, var(--color-bg-subtle) 100%);
|
||||
pointer-events: none;
|
||||
z-index: 0;
|
||||
z-index: var(--z-background); /* ✅ 基础层 - 背景 */
|
||||
}
|
||||
|
||||
.chat-area > * {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
z-index: var(--z-base-content); /* ✅ 基础层 - 内容 */
|
||||
}
|
||||
|
||||
.sidebar-right {
|
||||
|
||||
Reference in New Issue
Block a user