fix(tooltip): styles error (#2763)

This commit is contained in:
qiang 2021-07-29 21:42:35 +08:00 committed by GitHub
parent 731209e140
commit 51beb99d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ $positionMap: (
@each $position in $positions {
&[x-placement^='#{$position}'] {
margin-#{map.get($positionMap, $position)}: calc(
var(--el-tooltip-arrow-size + 6px)
var(--el-tooltip-arrow-size) + 6px
);
}