style: fix Card tabs of left position

feat-css-var
tangjinzhou 2022-02-27 09:15:27 +08:00
parent b68569ff7d
commit bc43a4be5a
1 changed files with 3 additions and 1 deletions

View File

@ -66,7 +66,7 @@
}
}
.@{ant-prefix}-tabs {
.@{ant-prefix}-tabs-top {
clear: both;
margin-bottom: @card-head-tabs-margin-bottom;
color: @text-color;
@ -250,6 +250,7 @@
&-detail {
overflow: hidden;
> div:not(:last-child) {
margin-bottom: @margin-xs;
}
@ -298,6 +299,7 @@
100% {
background-position: 0 50%;
}
50% {
background-position: 100% 50%;
}