mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
fix(button): loading fade in transition drifts
This commit is contained in:
parent
26937d1f47
commit
ddc3662b94
@ -24,8 +24,8 @@ export default function ({
|
||||
`&.${namespace}-fade-in-width-expand-transition-leave-to, &.${namespace}-fade-in-width-expand-transition-enter-from`,
|
||||
`
|
||||
opacity: 0!important;
|
||||
marginLeft: 0!important;
|
||||
marginRight: 0!important;
|
||||
margin-left: 0!important;
|
||||
margin-right: 0!important;
|
||||
`
|
||||
),
|
||||
c(
|
||||
|
Loading…
Reference in New Issue
Block a user