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

@@ -16,10 +16,10 @@
body {
margin: 0;
padding: 0;
background: #f7f7f8;
background: #f2f6fb;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
color: #333;
color: #22324a;
overflow: hidden; /* 禁止 body 出滚动条 */
}
@@ -172,13 +172,15 @@
flex: 1;
padding: 16px;
overflow-y: auto;
background: #f2f6fb;
}
/* 全局卡片样式统一 */
.el-card {
border-radius: 0 !important;
box-shadow: 0 4px 12px rgba(0,0,0,0.04) !important;
border: 1px solid #e5e6eb !important;
box-shadow: 0 6px 18px rgba(11, 29, 51, 0.06) !important;
border: 1px solid #d6e6ff !important;
background: #ffffff !important;
}
.el-card__body {
padding: 12px !important;