Browse Source

👣 重构底层

master
wangxiang 3 years ago
parent
commit
868d702e64
  1. 4
      kicc-ui/windi.config.ts

4
kicc-ui/windi.config.ts

@ -67,13 +67,13 @@ function createEnterPlugin(maxOutput = 10) {
} }
addBase({ addBase({
...addRawCss, ...addRawCss,
[`@keyframes enter-x-animation`]: { ['@keyframes enter-x-animation']: {
to: { to: {
opacity: '1', opacity: '1',
transform: 'translateX(0)', transform: 'translateX(0)',
}, },
}, },
[`@keyframes enter-y-animation`]: { ['@keyframes enter-y-animation']: {
to: { to: {
opacity: '1', opacity: '1',
transform: 'translateY(0)', transform: 'translateY(0)',

Loading…
Cancel
Save