From 6b9be7dad07d64aa1bd7a3b8af5180973efdcbc2 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Sat, 22 Nov 2025 21:26:55 +0800 Subject: [PATCH] update pay function --- src/styles/heroui.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/styles/heroui.css b/src/styles/heroui.css index bf9ed064..02247dd1 100644 --- a/src/styles/heroui.css +++ b/src/styles/heroui.css @@ -2,10 +2,13 @@ /* 文档: https://v3.heroui.com/docs/quick-start */ /* - * 重要: 必须先导入 tailwindcss,再导入 @heroui/styles - * HeroUI v3 不再使用 Tailwind 插件,而是通过 CSS 层叠方式加载样式 + * 重要: Tailwind CSS v4 使用 @tailwind 指令 + * HeroUI v3 样式需要在 Tailwind 之后导入 */ -@import "tailwindcss"; +@tailwind base; +@tailwind components; +@tailwind utilities; + @import "@heroui/styles"; /*