This commit is contained in:
2023-04-23 16:18:57 +10:00
parent 6f7de8da66
commit 28f89c9469

View File

@@ -6,9 +6,11 @@
'button',
classType,
props.size,
{ 'button-block': block },
{ 'button-dropdown': dropdown },
{ 'button-loading': loading },
{
'button-block': block,
'button-dropdown': dropdown,
'button-loading': loading,
},
]"
ref="buttonRef"
:style="{ minWidth: minWidth }"
@@ -279,8 +281,8 @@ const handleClickItem = (item: string) => {
}
&.small {
padding: 8px 16px;
font-size: 75%;
padding: 4px 16px;
font-size: 70%;
font-weight: 600;
}