From 6a1b1476be7c17cf67e8a164c0b810aadd293c05 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 3 Nov 2016 15:33:58 +0800 Subject: [PATCH] improve transfer style --- components/transfer/style/index.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/transfer/style/index.less b/components/transfer/style/index.less index 0d85178d10..f56cf56937 100644 --- a/components/transfer/style/index.less +++ b/components/transfer/style/index.less @@ -47,7 +47,7 @@ } &-header { - padding: 7px 16px; + padding: 7px 15px; border-radius: @border-radius-base @border-radius-base 0 0; background: #fff; color: #666; @@ -59,7 +59,8 @@ width: 100%; &-title { - float: right; + position: absolute; + right: 15px; } } @@ -96,7 +97,7 @@ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; - padding: 7px 16px; + padding: 7px 15px; transition: all 0.3s ease; }