codex 试用,美化

This commit is contained in:
liuwei
2026-02-26 14:48:15 +08:00
parent 14b1c45057
commit f2af83a72f
8 changed files with 68 additions and 52 deletions

View File

@@ -171,11 +171,13 @@
flex: 1;
overflow-y: auto !important;
overflow-x: scroll !important;
background-color: #f5f5f5;
background-color: #0f2545;
padding: 10px;
border-radius: 4px;
border: 1px solid #1b3d66;
box-sizing: border-box;
min-height: 0;
color: #cfe6ff;
}
.log-content pre {
@@ -184,6 +186,7 @@
word-break: break-all;
font-family: monospace;
line-height: 1;
color: inherit;
}
.empty-log {