mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2024-11-10 17:49:18 +08:00
Compare commits
4 Commits
6096c28669
...
7f296bc378
Author | SHA1 | Date | |
---|---|---|---|
|
7f296bc378 | ||
|
4e0a756239 | ||
|
79210d99c9 | ||
|
0d1e4d3e7c |
@ -152,7 +152,7 @@ const Button = defineComponent({
|
|||||||
isNeedInserted =
|
isNeedInserted =
|
||||||
children.length === 1 &&
|
children.length === 1 &&
|
||||||
!slots.icon &&
|
!slots.icon &&
|
||||||
isUnBorderedButtonType(props.type)
|
!isUnBorderedButtonType(props.type)
|
||||||
fixTwoCNChar()
|
fixTwoCNChar()
|
||||||
showError()
|
showError()
|
||||||
const iconType = innerLoading.value ? 'loading' : icon
|
const iconType = innerLoading.value ? 'loading' : icon
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
import type { AliasToken, GenerateStyle } from '../../theme/internal'
|
import type { AliasToken, GenerateStyle } from '../../theme/internal'
|
||||||
import type { TokenWithCommonCls } from '../../theme/util/genComponentStyleHook'
|
import type { TokenWithCommonCls } from '../../theme/util/genComponentStyleHook'
|
||||||
|
|
||||||
const genCollapseMotion: GenerateStyle<TokenWithCommonCls<AliasToken>> = token => ({
|
const genCollapseMotion: GenerateStyle<TokenWithCommonCls<AliasToken>> = (
|
||||||
|
token
|
||||||
|
) => ({
|
||||||
[token.componentCls]: {
|
[token.componentCls]: {
|
||||||
// For common/openAnimation
|
// For common/openAnimation
|
||||||
[`${token.antCls}-motion-collapse-legacy`]: {
|
[`${token.antCls}-motion-collapse-legacy`]: {
|
||||||
|
897
pnpm-lock.yaml
897
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user