feat: 优化登录页面布局

This commit is contained in:
duanshuwen
2025-09-23 20:50:43 +08:00
parent 089a86c66b
commit d9b59db465
5 changed files with 938 additions and 301 deletions

View File

@@ -50,6 +50,7 @@
"pinia": "^3.0.3",
"tailwindcss": "^4.1.13",
"vue": "^3.5.21",
"vue-qrcode": "^2.2.2",
"vue-router": "^4.5.1"
},
"devDependencies": {
@@ -61,6 +62,7 @@
"nodemon": "^3.1.10",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.6",
"sass": "^1.93.1",
"vite": "^7.1.6"
}
}