Skip to content

Commit

Permalink
style: #563 anticon margin (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 authored Jul 22, 2024
1 parent 1bef077 commit e066245
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions theme/dt-theme/default/tab.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
margin-left: 0;
line-height: 20px;
.ant-tabs-tab-btn {
.anticon {
margin: 0 4px 0 -4px;
font-size: 16px;
color: @black_pageMsg;
> span {
> .anticon {
margin: 0 4px 0 -4px;
font-size: 16px;
color: @black_pageMsg;
}
}
}
}
Expand Down

0 comments on commit e066245

Please sign in to comment.