From 868d702e6457f8bb54e5265f6f5184bc561d6ee4 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Sun, 8 May 2022 03:48:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E9=87=8D=E6=9E=84=E5=BA=95?= =?UTF-8?q?=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/windi.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kicc-ui/windi.config.ts b/kicc-ui/windi.config.ts index b74c8354..7754db66 100644 --- a/kicc-ui/windi.config.ts +++ b/kicc-ui/windi.config.ts @@ -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)',