Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed May 12, 2020
1 parent 88d5378 commit 700ee95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
25 changes: 1 addition & 24 deletions components/transfer/style/customize.less
Expand Up @@ -4,34 +4,11 @@
@input-prefix-cls: ~'@{ant-prefix}-input';

.@{transfer-prefix-cls}-customize-list {
display: flex;

.@{transfer-prefix-cls}-operation {
flex: none;
align-self: center;
}

.@{transfer-prefix-cls}-list {
flex: auto;
flex: 1 1 50%;
width: auto;
height: auto;
min-height: @transfer-list-height;

&-body {
&-with-search {
padding-top: 0;
}

// Search box in customize mode do not need fix top
&-search-wrapper {
position: relative;
padding-bottom: 0;
}

&-customize-wrapper {
padding: 12px;
}
}
}

// =================== Hook Components ===================
Expand Down
1 change: 1 addition & 0 deletions components/transfer/style/index.less
Expand Up @@ -197,6 +197,7 @@
overflow: hidden;
vertical-align: middle;
align-self: center;
flex: none;

.@{ant-prefix}-btn {
display: block;
Expand Down

0 comments on commit 700ee95

Please sign in to comment.