Compare commits

..

No commits in common. "7f296bc378e613dc69188e23a7e75860c4d6e6c5" and "6096c28669f0fc36062fb4aaaff1311bd41b8aeb" have entirely different histories.

3 changed files with 447 additions and 456 deletions

View File

@ -152,7 +152,7 @@ const Button = defineComponent({
isNeedInserted =
children.length === 1 &&
!slots.icon &&
!isUnBorderedButtonType(props.type)
isUnBorderedButtonType(props.type)
fixTwoCNChar()
showError()
const iconType = innerLoading.value ? 'loading' : icon

View File

@ -1,9 +1,7 @@
import type { AliasToken, GenerateStyle } from '../../theme/internal'
import type { TokenWithCommonCls } from '../../theme/util/genComponentStyleHook'
const genCollapseMotion: GenerateStyle<TokenWithCommonCls<AliasToken>> = (
token
) => ({
const genCollapseMotion: GenerateStyle<TokenWithCommonCls<AliasToken>> = token => ({
[token.componentCls]: {
// For common/openAnimation
[`${token.antCls}-motion-collapse-legacy`]: {

File diff suppressed because it is too large Load Diff