Skip to content

Commit ee4cd3c

Browse files
committed
fix: transfer search input style
1 parent a3d4883 commit ee4cd3c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

antdv-demo

components/transfer/style/index.less

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
}
3636

3737
&-search {
38-
padding: 0 24px 0 @control-padding-horizontal-sm;
38+
padding-right: 24px;
39+
padding-left: @control-padding-horizontal-sm;
3940
&-action {
4041
position: absolute;
4142
top: 12px;

0 commit comments

Comments
 (0)