Browse Source

style: fix Transfer empty custom (#23694)

pull/23700/head
Tom Xu 5 years ago
committed by GitHub
parent
commit
313a68c15f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/transfer/style/index.less

4
components/transfer/style/index.less

@ -181,6 +181,10 @@
}
}
}
.@{ant-prefix}-empty-image {
max-height: @transfer-header-height / 2 - 22;
}
}
@import './rtl';

Loading…
Cancel
Save