Skip to content

Commit

Permalink
fix(tabs): dialog中的tabs默认选中样式不正确 (#4722)
Browse files Browse the repository at this point in the history
  • Loading branch information
chensid authored Nov 20, 2024
1 parent 144060f commit 2b8206d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/tab-nav-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default defineComponent({
debounce(() => {
update();
// 数值大了动画不流畅,小了会频繁触发,所以在合适区间里选择一个值
}, 20),
}, 35),
);
return () => {
return <div class={navBarClass.value} style={navBarStyle.value} ref={barRef}></div>;
Expand Down

0 comments on commit 2b8206d

Please sign in to comment.