fix: layout height (#367)

This commit is contained in:
小余 2022-12-04 22:51:30 +08:00 committed by GitHub
parent 3008866aae
commit 946e7063d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@
}
&-layout {
height: calc(100vh - 64px);
height: calc(100vh - var(--td-comp-size-xxxl));
overflow-y: scroll;
&-tabs-nav {
max-width: 100%;