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-aside
1 parent 7ad9593 commit 6b63af7Copy full SHA for 6b63af7
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- 修复 `f-table` 组件对于英文字母的文字不换行样式的问题
6
- 修复 `f-table` 组件返回类型
7
+- 修复 `f-aside` 组件样式被挤压的问题
8
9
## 0.65.0 (2023-12-12)
10
packages/fighting-theme/src/aside.scss
@@ -1,6 +1,7 @@
1
.f-aside {
2
overflow: auto;
3
box-sizing: border-box;
+ flex-shrink: 0;
width: var(--aside-width, 200px);
padding: var(--aside-padding, 0);
background-color: var(--aside-background);
0 commit comments