style(ui): eslint-plugin-tailwindcss

This commit is contained in:
Fu Diwei
2025-01-03 20:35:11 +08:00
parent 8a16893082
commit 5ce5a08e41
29 changed files with 86 additions and 67 deletions

View File

@@ -13,7 +13,7 @@ const AuthLayout = () => {
<div className="container">
<Outlet />
<Version className="fixed right-8 bottom-4" />
<Version className="fixed bottom-4 right-8" />
</div>
);
};