mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 07:45:01 +08:00
fix: layout height (#367)
This commit is contained in:
parent
3008866aae
commit
946e7063d3
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue
Block a user