Skip to content

Commit 80e04ad

Browse files
committed
fix: 修复 f-header 组件高度无法自动撑开的问题
1 parent 6b63af7 commit 80e04ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- 修复 `f-table` 组件对于英文字母的文字不换行样式的问题
66
- 修复 `f-table` 组件返回类型
77
- 修复 `f-aside` 组件样式被挤压的问题
8+
- 修复 `f-header` 组件高度无法自动撑开的问题
89

910
## 0.65.0 (2023-12-12)
1011

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.f-header {
22
flex-shrink: 0;
33
box-sizing: border-box;
4-
height: var(--header-height, 60px);
4+
min-height: var(--header-height, 60px);
55
padding: var(--header-padding, 0);
66
}

0 commit comments

Comments
 (0)