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.
43 lines
674 B
43 lines
674 B
7 years ago
|
@media screen and (max-width: @screen-md) {
|
||
|
.@{list-prefix-cls} {
|
||
|
&-item {
|
||
|
&-action {
|
||
|
margin-left: 24px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.@{list-prefix-cls}-vertical {
|
||
|
.@{list-prefix-cls}-item {
|
||
|
&-extra {
|
||
|
margin-left: 24px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media screen and (max-width: @screen-xs) {
|
||
|
.@{list-prefix-cls} {
|
||
|
&-item {
|
||
|
flex-wrap: wrap;
|
||
|
&-action {
|
||
|
margin-left: 12px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.@{list-prefix-cls}-vertical {
|
||
|
.@{list-prefix-cls}-item {
|
||
|
&-extra-wrap {
|
||
|
flex-wrap: wrap-reverse;
|
||
|
}
|
||
|
&-main {
|
||
|
min-width: 220px;
|
||
|
}
|
||
|
&-extra {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|