From 08e519754b7499ce01a86afb9ec68eaf06a9a5b8 Mon Sep 17 00:00:00 2001 From: yuyang Date: Fri, 18 Nov 2022 11:30:36 +0800 Subject: [PATCH] fix: header height (#360) Co-authored-by: tnt group Co-authored-by: tnt group --- src/style/layout.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style/layout.less b/src/style/layout.less index 3aecaf5..fccd3ce 100644 --- a/src/style/layout.less +++ b/src/style/layout.less @@ -6,6 +6,10 @@ width: fit-content; } +.t-layout__header { + height: auto; +} + .t-button + .t-button { margin-left: @spacer; }