Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Dec 4, 2024
1 parent 12c4329 commit e6d26ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Table/src/components/ExpandIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default (expandCollapse: Fn, handleTableExpand: Fn, expandedRowRender = f
? 'margin-left: 1px; margin-right: 7px; opacity: 0.7;'
: 'margin-right: 8px;'
}
iconStyle="vertical-align: middle; margin-top: -5px;"
onClick={async (_e: Event) => {
if (leaf) return;
if (expandedRowRender) {
Expand Down

0 comments on commit e6d26ae

Please sign in to comment.