Skip to content

Commit

Permalink
fix: bug fix(#130) update Input's style
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoge committed Jul 15, 2022
1 parent 46447b1 commit b3a3db8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions theme/dt-theme/default/input.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,14 @@
width: 48px;
}
}
}
.ant-btn-icon-only{
width: 32px;
background: none;
.anticon-search{
margin-left: 9px;
}
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary){
border-left: solid 1px #D8DAE1;
}

0 comments on commit b3a3db8

Please sign in to comment.