cleanup
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user