feat: 登录也布局调整

This commit is contained in:
duanshuwen
2025-11-25 23:24:24 +08:00
parent 7eb2a13efe
commit 62efe40359
8 changed files with 2289 additions and 1881 deletions

11
tailwind.config.cjs Normal file
View File

@@ -0,0 +1,11 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}