mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-02-13 17:30:27 +08:00
refactor: 升级tailwindcss至v4版本,带来更快的构建速度、更简化的安装和配置、提供专属vite插件 (#1203)
This commit is contained in:
@@ -94,11 +94,11 @@ export function useRole(treeRef: Ref) {
|
||||
];
|
||||
// const buttonClass = computed(() => {
|
||||
// return [
|
||||
// "!h-[20px]",
|
||||
// "h-[20px]!",
|
||||
// "reset-margin",
|
||||
// "!text-gray-500",
|
||||
// "dark:!text-white",
|
||||
// "dark:hover:!text-primary"
|
||||
// "text-gray-500!",
|
||||
// "dark:text-white!",
|
||||
// "dark:hover:text-primary!"
|
||||
// ];
|
||||
// });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user