feat:优化IC Coder页面展示

- 优化了字体颜色
- 优化了字体大小等
This commit is contained in:
Roe-xin
2026-01-15 15:54:04 +08:00
parent 5339212de9
commit 28d93c7e75
2 changed files with 9 additions and 6 deletions

View File

@ -103,7 +103,7 @@ export function getInputAreaStyles(): string {
/* 居中模式:未发起对话时 */
.input-area.centered {
position: absolute;
top: 55%;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
width: calc(100% - 40px);