ui: 优化样式;
All checks were successful
CI / build (push) Successful in 2m17s

This commit is contained in:
2026-04-13 14:18:33 +08:00
parent 70e1aa439f
commit f46b50fc1e
2 changed files with 90 additions and 13 deletions

View File

@@ -1,10 +1,28 @@
@import "tailwindcss";
html,
body,
body {
margin: 0;
height: 100%;
}
#root {
margin: 0;
min-height: 100%;
min-height: 0;
height: 100%;
}
/* Ant Layout 默认 min-height 会撑开整页;限制后仅内容区滚动 */
.chat-one-shell.ant-layout {
min-height: 0;
}
.chat-one-shell > .ant-layout {
min-height: 0;
}
.chat-one-shell .ant-layout-content {
min-height: 0;
}
/* DeepSeek 风格近似色 */