mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
style(components): [popper] popper border error (#18635)
This commit is contained in:
parent
f2a65850b4
commit
72c3ce1eea
@ -96,7 +96,7 @@
|
||||
$adjacency
|
||||
in ('top': 'left', 'bottom': 'right', 'left': 'bottom', 'right': 'top')
|
||||
{
|
||||
&[data-popper-placement^='#{$placement}'] {
|
||||
&[data-popper-placement^='#{$placement}'] > {
|
||||
#{$arrow-selector}::before {
|
||||
border-#{$placement}-color: transparent !important;
|
||||
border-#{$adjacency}-color: transparent !important;
|
||||
|
Loading…
Reference in New Issue
Block a user