mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
improve transfer style
This commit is contained in:
parent
45b8a9b507
commit
6a1b1476be
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user