From 1cf22b3ba03bdb48c9fcd7aab6d04051bd4c7535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Mon, 13 Jul 2020 18:02:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96button=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/form/button.wc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/form/button.wc b/src/form/button.wc index a5fda79..642c986 100644 --- a/src/form/button.wc +++ b/src/form/button.wc @@ -66,7 +66,8 @@ } } :host([size='large'][circle]) { - min-width: 42px; + min-width: 62px; + height: 62px; button { padding: 0 20px; @@ -97,6 +98,9 @@ --size: 14px; } } +:host([size='mini'][circle]) { + min-width: 24px; +} :host([text]) { height: 18px;