Skip to content

Commit

Permalink
fix(Tabs): 下划线样式问题 uiwjs#661
Browse files Browse the repository at this point in the history
  • Loading branch information
杨楠 committed Mar 14, 2022
1 parent 6a04a79 commit e44406f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-tabs/src/index.tsx
Expand Up @@ -120,7 +120,6 @@ export default function Tabs(props: TabsProps) {
</div>
</div>
</div>
{/* Donging */}
<div style={slideStyle} className={`${prefixCls}-slide`} />
{hiddenNav.length > 0 && (
<Popover
Expand Down

0 comments on commit e44406f

Please sign in to comment.