fix: Nested style in Split component will cause error

This commit is contained in:
huwence 2019-09-19 12:13:59 +08:00
parent e8f22ea094
commit c91d607d2f

View file

@ -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%;