mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-12 10:45:10 +08:00
fix(tooltip): styles error (#2763)
This commit is contained in:
parent
731209e140
commit
51beb99d0e
@ -59,7 +59,7 @@ $positionMap: (
|
|||||||
@each $position in $positions {
|
@each $position in $positions {
|
||||||
&[x-placement^='#{$position}'] {
|
&[x-placement^='#{$position}'] {
|
||||||
margin-#{map.get($positionMap, $position)}: calc(
|
margin-#{map.get($positionMap, $position)}: calc(
|
||||||
var(--el-tooltip-arrow-size + 6px)
|
var(--el-tooltip-arrow-size) + 6px
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user