Browse Source

fix: arrow radius use fixed value (#34999)

pull/35005/head
MadCcc 3 years ago
committed by GitHub
parent
commit
bd6cb95514
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/style/mixins/rounded-arrow.less

2
components/style/mixins/rounded-arrow.less

@ -18,7 +18,7 @@
@f-x: 2 * @width-without-unit + @corner-height;
@f-y: @width-without-unit - @corner-height;
border-radius: 0 0 @border-radius-base 0;
border-radius: 0 0 2px;
pointer-events: none;
&::before {

Loading…
Cancel
Save