update pay function
This commit is contained in:
@@ -2,10 +2,13 @@
|
|||||||
/* 文档: https://v3.heroui.com/docs/quick-start */
|
/* 文档: https://v3.heroui.com/docs/quick-start */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 重要: 必须先导入 tailwindcss,再导入 @heroui/styles
|
* 重要: Tailwind CSS v4 使用 @tailwind 指令
|
||||||
* HeroUI v3 不再使用 Tailwind 插件,而是通过 CSS 层叠方式加载样式
|
* HeroUI v3 样式需要在 Tailwind 之后导入
|
||||||
*/
|
*/
|
||||||
@import "tailwindcss";
|
@tailwind base;
|
||||||
|
@tailwind components;
|
||||||
|
@tailwind utilities;
|
||||||
|
|
||||||
@import "@heroui/styles";
|
@import "@heroui/styles";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user