This commit is contained in:
@@ -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 风格近似色 */
|
||||
|
||||
Reference in New Issue
Block a user