修复 Poptip 嵌套使用时子组件 arrow 颜色异常
This commit is contained in:
parent
b924d14da3
commit
06ff901ff4
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
||||||
bottom: 1px;
|
bottom: 1px;
|
||||||
margin-left: -@poptip-arrow-width;
|
margin-left: -@poptip-arrow-width;
|
||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
|
border-top-width: @poptip-arrow-width;
|
||||||
border-top-color: #fff;
|
border-top-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -77,6 +78,7 @@
|
||||||
left: 1px;
|
left: 1px;
|
||||||
bottom: -@poptip-arrow-width;
|
bottom: -@poptip-arrow-width;
|
||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
|
border-right-width: @poptip-arrow-width;
|
||||||
border-right-color: #fff;
|
border-right-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -85,6 +87,7 @@
|
||||||
top: 1px;
|
top: 1px;
|
||||||
margin-left: -@poptip-arrow-width;
|
margin-left: -@poptip-arrow-width;
|
||||||
border-top-width: 0;
|
border-top-width: 0;
|
||||||
|
border-bottom-width: @poptip-arrow-width;
|
||||||
border-bottom-color: #fff;
|
border-bottom-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -92,6 +95,7 @@
|
||||||
content: " ";
|
content: " ";
|
||||||
right: 1px;
|
right: 1px;
|
||||||
border-right-width: 0;
|
border-right-width: 0;
|
||||||
|
border-left-width: @poptip-arrow-width;
|
||||||
border-left-color: #fff;
|
border-left-color: #fff;
|
||||||
bottom: -@poptip-arrow-width;
|
bottom: -@poptip-arrow-width;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue