From 63e4f5447d3187e5137a3d555c68319dff15fed3 Mon Sep 17 00:00:00 2001 From: winwin_2011 Date: Thu, 6 Jan 2022 09:08:52 +0800 Subject: [PATCH] fix: small round button style --- packages/hexon-web/src/components/ui/button/src/HButton.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hexon-web/src/components/ui/button/src/HButton.vue b/packages/hexon-web/src/components/ui/button/src/HButton.vue index 91c9b395..93da0364 100644 --- a/packages/hexon-web/src/components/ui/button/src/HButton.vue +++ b/packages/hexon-web/src/components/ui/button/src/HButton.vue @@ -126,7 +126,7 @@ const styleVars = computed(() => { @apply w-8; } &-round&-small { - @apply w-7; + @apply w-7 px-0; } }