From b8a8cd6eedab03d9af1ffc94cdbb6296983e92a9 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Fri, 13 Oct 2023 14:15:18 +0800 Subject: [PATCH] fix: code style fix --- src/components/ButtonGroup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ButtonGroup.vue b/src/components/ButtonGroup.vue index b59b73f6..575bf271 100644 --- a/src/components/ButtonGroup.vue +++ b/src/components/ButtonGroup.vue @@ -39,7 +39,7 @@ withDefaults(defineProps<{ right: -1px; } } - + &:first-child { border-top-left-radius: $borderRadius; border-bottom-left-radius: $borderRadius;