You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
1.8 KiB

9 years ago
@transfer-prefix-cls: ~"@{css-prefix}transfer";
.antCheckboxFn(@checkbox-prefix-cls: ant-transfer-checkbox);
9 years ago
.@{transfer-prefix-cls} {
position: relative;
9 years ago
&-list {
font-size: 12px;
9 years ago
border: 1px solid #e9e9e9;
9 years ago
display: inline-block;
9 years ago
border-radius: 6px;
9 years ago
width: 160px;
9 years ago
9 years ago
&-search {
&-action {
color: #ccc;
position: absolute;
top: 2px;
right: 2px;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
font-size: 14px;
}
}
9 years ago
&-header {
padding: 7px 16px;
9 years ago
border-radius: 6px 6px 0 0;
9 years ago
background: #fff;
color: #666;
border-bottom: 1px solid #e9e9e9;
overflow: hidden;
9 years ago
&-title {
float: right;
}
9 years ago
}
&-body {
font-size: 12px;
line-height: 1.5;
9 years ago
position: relative;
height: 150px;
&-search-wrapper {
position: absolute;
top: 0;
left: 0;
height: 28px;
padding: 4px;
width: 100%;
9 years ago
}
9 years ago
9 years ago
&-not-found {
margin-top: 24px;
color: #ccc;
text-align: center;
9 years ago
}
9 years ago
ul {
9 years ago
height: 100%;
overflow: auto;
9 years ago
li {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
9 years ago
padding: 7px 16px;
&:hover {
cursor: pointer;
background-color: #eef9fe;
9 years ago
}
}
}
}
9 years ago
&-body-with-search {
padding-top: 34px;
}
9 years ago
&-footer {
border-top: 1px solid #e9e9e9;
border-radius: 0 0 5px 5px;
}
}
9 years ago
&-operation {
display: inline-block;
overflow: hidden;
margin: 0 8px;
9 years ago
vertical-align: top;
.ant-btn {
9 years ago
float: left;
clear: both;
padding: 1px 5px;
i {
font-size: 10px;
}
9 years ago
}
}
9 years ago
}