Skip to content

Commit f3d5f5a

Browse files
authored
fix: collapsible 场景按钮折叠问题修复 (#101)
1 parent bd888e5 commit f3d5f5a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@coze-arch/coze-design",
5+
"comment": "collapsible 场景按钮折叠问题修复",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@coze-arch/coze-design",
10+
"email": "[email protected]"
11+
}

packages/components/coze-design/src/components/tab-bar/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.coz-tab-bar-button {
1010
.semi-tabs-bar-button {
1111
.semi-tabs-tab-button.semi-tabs-tab {
12+
@apply flex-shrink-0;
1213
@apply h-normal font-medium text-lg px-15px py-6px coz-fg-secondary;
1314

1415
&:hover {

0 commit comments

Comments
 (0)