fix: fixed arrow border radius variables (#35086)

This commit is contained in:
MadCcc 2022-04-19 14:52:55 +08:00 committed by GitHub
parent 7f54a459f6
commit dc4da79638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -112,7 +112,7 @@
@control-border-radius: @border-radius-base;
// arrow border
@arrow-border-radius: @border-radius-sm;
@arrow-border-radius: 2px;
// vertical paddings
@padding-lg: 24px; // containers