fix: header height (#360)

Co-authored-by: tnt group <dodu@live.cn>

Co-authored-by: tnt group <dodu@live.cn>
This commit is contained in:
yuyang 2022-11-18 11:30:36 +08:00 committed by GitHub
parent 5759c680ac
commit 08e519754b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,10 @@
width: fit-content;
}
.t-layout__header {
height: auto;
}
.t-button + .t-button {
margin-left: @spacer;
}