mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-23 13:31:06 +08:00
chore
This commit is contained in:
parent
7e9ad34488
commit
ae51669359
@ -50,7 +50,7 @@
|
||||
"@rollup/plugin-node-resolve": "^6.1.0",
|
||||
"@rollup/plugin-strip": "^1.3.2",
|
||||
"@vue/babel-preset-app": "^3.12.1",
|
||||
"@vue/compiler-sfc": "^3.0.0-rc.10",
|
||||
"@vue/compiler-sfc": "^3.0.0",
|
||||
"@vue/eslint-config-standard": "^4.0.0",
|
||||
"@vue/test-utils": "^1.0.3",
|
||||
"angular-html-parser": "^1.4.0",
|
||||
@ -120,7 +120,7 @@
|
||||
"vue-i18n": "^9.0.0-alpha.16",
|
||||
"vue-jest": "^4.0.0-beta.3",
|
||||
"vue-loader": "^16.0.0-beta.5",
|
||||
"vue-router": "^4.0.0-beta.9",
|
||||
"vue-router": "^4.0.0-beta.10",
|
||||
"vue-template-compiler": "^2.6.11",
|
||||
"webpack": "^4.41.6",
|
||||
"webpack-bundle-analyzer": "^3.6.0",
|
||||
|
@ -8,10 +8,10 @@ export default function ({
|
||||
delay = '.1s'
|
||||
} = {}) {
|
||||
return [
|
||||
c(`&.${namespace}-fade-in-width-expand-transition-leave, &.${namespace}-fade-in-width-expand-transition-enter-to`, {
|
||||
c(`&.${namespace}-fade-in-width-expand-transition-leave-from, &.${namespace}-fade-in-width-expand-transition-enter-to`, {
|
||||
opacity: 1
|
||||
}),
|
||||
c(`&.${namespace}-fade-in-width-expand-transition-leave-to, &.${namespace}-fade-in-width-expand-transition-enter`, {
|
||||
c(`&.${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'
|
||||
|
Loading…
Reference in New Issue
Block a user