feat:优化IC Coder页面展示
- 优化了字体颜色 - 优化了字体大小等
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user