|
|
|
@ -7,6 +7,7 @@
|
|
|
|
|
float: right;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.selected_icon() {
|
|
|
|
|
position: relative;
|
|
|
|
|
&:after {
|
|
|
|
@ -116,21 +117,21 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-lg{
|
|
|
|
|
.ant-select-selection--single{
|
|
|
|
|
&-lg {
|
|
|
|
|
.ant-select-selection--single {
|
|
|
|
|
height: 32px;
|
|
|
|
|
.ant-select-selection__rendered{
|
|
|
|
|
.ant-select-selection__rendered {
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-select-selection--multiple{
|
|
|
|
|
.ant-select-selection--multiple {
|
|
|
|
|
min-height: 32px;
|
|
|
|
|
.ant-select-selection__rendered{
|
|
|
|
|
li{
|
|
|
|
|
.ant-select-selection__rendered {
|
|
|
|
|
li {
|
|
|
|
|
height: 24px;
|
|
|
|
|
.ant-select-selection__choice__content{
|
|
|
|
|
.ant-select-selection__choice__content {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
}
|
|
|
|
@ -139,27 +140,27 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-sm{
|
|
|
|
|
.ant-select-selection--single{
|
|
|
|
|
&-sm {
|
|
|
|
|
.ant-select-selection--single {
|
|
|
|
|
height: 22px;
|
|
|
|
|
.ant-select-selection__rendered{
|
|
|
|
|
.ant-select-selection__rendered {
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.ant-select-selection--multiple{
|
|
|
|
|
.ant-select-selection--multiple {
|
|
|
|
|
min-height: 22px;
|
|
|
|
|
.ant-select-selection__rendered{
|
|
|
|
|
li{
|
|
|
|
|
.ant-select-selection__rendered {
|
|
|
|
|
li {
|
|
|
|
|
height: 14px;
|
|
|
|
|
.ant-select-selection__choice__content{
|
|
|
|
|
.ant-select-selection__choice__content {
|
|
|
|
|
line-height: 14px;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -3px;
|
|
|
|
|
}
|
|
|
|
|
.ant-select-selection__choice__remove{
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -4px;
|
|
|
|
|
}
|
|
|
|
|
.ant-select-selection__choice__remove {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -4px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|