Browse Source

improve transfer style

pull/3715/head
afc163 8 years ago
parent
commit
6a1b1476be
  1. 7
      components/transfer/style/index.less

7
components/transfer/style/index.less

@ -47,7 +47,7 @@
} }
&-header { &-header {
padding: 7px 16px; padding: 7px 15px;
border-radius: @border-radius-base @border-radius-base 0 0; border-radius: @border-radius-base @border-radius-base 0 0;
background: #fff; background: #fff;
color: #666; color: #666;
@ -59,7 +59,8 @@
width: 100%; width: 100%;
&-title { &-title {
float: right; position: absolute;
right: 15px;
} }
} }
@ -96,7 +97,7 @@
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
padding: 7px 16px; padding: 7px 15px;
transition: all 0.3s ease; transition: all 0.3s ease;
} }

Loading…
Cancel
Save