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

View File

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