update pay function
This commit is contained in:
@@ -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";
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user