Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Aug 22, 2024
1 parent fa73d73 commit ab99f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/mobile/components/badge/v2/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
}

&::before {
left: calc(-1 * @badge-basic-height + 0.5px);
left: calc(-1 * @badge-basic-height + .5px);
border-left: @badge-basic-height solid transparent;
}

&::after {
right: calc(-1 * @badge-basic-height + 0.5px);
right: calc(-1 * @badge-basic-height + .5px);
border-right: @badge-basic-height solid transparent;
}
}
Expand Down

0 comments on commit ab99f55

Please sign in to comment.