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

Loading…
Cancel
Save