mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-07-17 18:28:42 +00:00
Co-authored-by: yaoyifan-yyf <yaoyifan.yyf@antgroup.com> Co-authored-by: alan.cl <alan.cl@antgroup.com> Co-authored-by: iterminatorheart <123625928+iterminatorheart@users.noreply.github.com> Co-authored-by: VLADIMIR KOBZEV <vladimir.kobzev@improvado.io> Co-authored-by: Aries-ckt <916701291@qq.com> Co-authored-by: xiandu.wl <xiandu.wl@antgroup.com>
12 lines
191 B
CSS
12 lines
191 B
CSS
.models-evaluation-detail :global .ant-card-body {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.table :global table {
|
|
display: table;
|
|
}
|
|
|
|
.page-card :global .ant-card-body {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
} |