We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
f-header
1 parent 6b63af7 commit 80e04adCopy full SHA for 80e04ad
CHANGELOG.md
@@ -5,6 +5,7 @@
5
- 修复 `f-table` 组件对于英文字母的文字不换行样式的问题
6
- 修复 `f-table` 组件返回类型
7
- 修复 `f-aside` 组件样式被挤压的问题
8
+- 修复 `f-header` 组件高度无法自动撑开的问题
9
10
## 0.65.0 (2023-12-12)
11
packages/fighting-theme/src/header.scss
@@ -1,6 +1,6 @@
1
.f-header {
2
flex-shrink: 0;
3
box-sizing: border-box;
4
- height: var(--header-height, 60px);
+ min-height: var(--header-height, 60px);
padding: var(--header-padding, 0);
}
0 commit comments