Skip to content

Commit

Permalink
fix: 修复 f-aside 组件样式被挤压的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Dec 18, 2023
1 parent 7ad9593 commit 6b63af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- 修复 `f-table` 组件对于英文字母的文字不换行样式的问题
- 修复 `f-table` 组件返回类型
- 修复 `f-aside` 组件样式被挤压的问题

## 0.65.0 (2023-12-12)

Expand Down
1 change: 1 addition & 0 deletions packages/fighting-theme/src/aside.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.f-aside {
overflow: auto;
box-sizing: border-box;
flex-shrink: 0;
width: var(--aside-width, 200px);
padding: var(--aside-padding, 0);
background-color: var(--aside-background);
Expand Down

0 comments on commit 6b63af7

Please sign in to comment.