fix: simplify footer and AI agent typography
This commit is contained in:
@@ -1420,13 +1420,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.agent-new-chat.arco-btn {
|
.agent-new-chat.arco-btn {
|
||||||
height: 48px;
|
height: 42px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border: 1px solid var(--senlin-border);
|
border: 1px solid var(--senlin-border);
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
background: var(--senlin-panel);
|
background: var(--senlin-panel);
|
||||||
color: var(--senlin-text);
|
color: var(--senlin-text);
|
||||||
font-size: 16px;
|
font-size: 14px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
box-shadow: 0 4px 14px rgba(29, 33, 41, 0.08);
|
box-shadow: 0 4px 14px rgba(29, 33, 41, 0.08);
|
||||||
}
|
}
|
||||||
@@ -1467,8 +1467,8 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 16px;
|
font-size: 14px;
|
||||||
line-height: 1.55;
|
line-height: 1.45;
|
||||||
}
|
}
|
||||||
|
|
||||||
.agent-session:hover,
|
.agent-session:hover,
|
||||||
@@ -1493,7 +1493,7 @@
|
|||||||
.agent-chat-main h2 {
|
.agent-chat-main h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: var(--senlin-text);
|
color: var(--senlin-text);
|
||||||
font-size: 28px;
|
font-size: 24px;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1518,7 +1518,7 @@
|
|||||||
|
|
||||||
.agent-composer textarea {
|
.agent-composer textarea {
|
||||||
color: var(--senlin-text);
|
color: var(--senlin-text);
|
||||||
font-size: 18px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.agent-composer textarea::placeholder {
|
.agent-composer textarea::placeholder {
|
||||||
|
|||||||
@@ -3,10 +3,8 @@ import { Avatar, Button, Card, Form, Input, Layout, Modal, Radio, Space, Typogra
|
|||||||
import {
|
import {
|
||||||
IconApps,
|
IconApps,
|
||||||
IconCalendar,
|
IconCalendar,
|
||||||
IconCheckCircleFill,
|
|
||||||
IconRobot,
|
IconRobot,
|
||||||
IconStorage,
|
IconStorage,
|
||||||
IconThunderbolt,
|
|
||||||
IconUser,
|
IconUser,
|
||||||
} from '@arco-design/web-react/icon'
|
} from '@arco-design/web-react/icon'
|
||||||
|
|
||||||
@@ -40,10 +38,8 @@ export function ProjectStatusbar() {
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<Space className="status-system" size={18}>
|
<Space className="status-system" size={18}>
|
||||||
<span><IconCheckCircleFill /> 同步完成</span>
|
|
||||||
<span><IconInteractionFallback /> 3 个计划进行中</span>
|
<span><IconInteractionFallback /> 3 个计划进行中</span>
|
||||||
<span><IconRobot /> AI 空闲</span>
|
<span><IconRobot /> AI 空闲</span>
|
||||||
<span><IconThunderbolt /> 草稿已保存</span>
|
|
||||||
<span><IconStorage /> 152GB 可用</span>
|
<span><IconStorage /> 152GB 可用</span>
|
||||||
<span>状态 <b>正常</b></span>
|
<span>状态 <b>正常</b></span>
|
||||||
<IconApps />
|
<IconApps />
|
||||||
|
|||||||
Reference in New Issue
Block a user