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