From 946e7063d362c4f1574f026c8cd2a2a7a0ed11d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E4=BD=99?= Date: Sun, 4 Dec 2022 22:51:30 +0800 Subject: [PATCH] fix: layout height (#367) --- src/style/layout.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/layout.less b/src/style/layout.less index 8b9c28f..99e28c4 100644 --- a/src/style/layout.less +++ b/src/style/layout.less @@ -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%;