style: fix Card tabs of left position
parent
b68569ff7d
commit
bc43a4be5a
|
@ -66,7 +66,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{ant-prefix}-tabs {
|
.@{ant-prefix}-tabs-top {
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-bottom: @card-head-tabs-margin-bottom;
|
margin-bottom: @card-head-tabs-margin-bottom;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
|
@ -250,6 +250,7 @@
|
||||||
|
|
||||||
&-detail {
|
&-detail {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
> div:not(:last-child) {
|
> div:not(:last-child) {
|
||||||
margin-bottom: @margin-xs;
|
margin-bottom: @margin-xs;
|
||||||
}
|
}
|
||||||
|
@ -298,6 +299,7 @@
|
||||||
100% {
|
100% {
|
||||||
background-position: 0 50%;
|
background-position: 0 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
50% {
|
50% {
|
||||||
background-position: 100% 50%;
|
background-position: 100% 50%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue