style: fix Transfer empty custom (#23694)

This commit is contained in:
Tom Xu 2020-04-28 12:15:48 +08:00 committed by GitHub
parent 5183592ece
commit 313a68c15f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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