mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 19:49:59 +08:00
修复tabs嵌套bug,issue#6431
This commit is contained in:
parent
baa8e23280
commit
9be44edf26
@ -263,7 +263,7 @@
|
|||||||
margin-top: 0!important;
|
margin-top: 0!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{tab-prefix-cls}-tab-next {
|
> .@{tab-prefix-cls}-tab-next {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
@ -272,7 +272,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{tab-prefix-cls}-tab-prev {
|
> .@{tab-prefix-cls}-tab-prev {
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
Loading…
Reference in New Issue
Block a user