Merge pull request #6281 from huwence/fix_split_nested_style
fix: Nested style in Split component will cause error
This commit is contained in:
commit
27f01b36a4
1 changed files with 2 additions and 2 deletions
|
@ -100,14 +100,14 @@
|
|||
}
|
||||
}
|
||||
&-horizontal {
|
||||
.@{split-prefix-cls}-trigger-con {
|
||||
>.@{split-prefix-cls}-trigger-con {
|
||||
top: 50%;
|
||||
height: 100%;
|
||||
width: 0;
|
||||
}
|
||||
}
|
||||
&-vertical {
|
||||
.@{split-prefix-cls}-trigger-con {
|
||||
>.@{split-prefix-cls}-trigger-con {
|
||||
left: 50%;
|
||||
height: 0;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue