fix: 智能体和我的页面头部统一为紫色渐变风格
This commit is contained in:
@@ -83,21 +83,20 @@ body {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
/* ==================== 页面通用头部 ==================== */
|
||||
/* ==================== 页面通用头部(紫色渐变) ==================== */
|
||||
|
||||
.page-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 16px;
|
||||
background: white;
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
padding: 12px 16px;
|
||||
background: linear-gradient(135deg, var(--primary) 0%, #764ba2 100%);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.page-header h1 {
|
||||
font-size: 20px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
/* ==================== 对话页面 ==================== */
|
||||
@@ -172,6 +171,7 @@ body {
|
||||
flex: 1;
|
||||
padding: 16px;
|
||||
overflow-y: auto;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.agents-section {
|
||||
@@ -238,6 +238,7 @@ body {
|
||||
.profile-content {
|
||||
flex: 1;
|
||||
padding: 16px;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.profile-card {
|
||||
|
||||
Reference in New Issue
Block a user