diff --git a/frontend/asset-assistant-system/.gitignore b/frontend/asset-assistant-system/.gitignore deleted file mode 100644 index 0a1d6ba..0000000 --- a/frontend/asset-assistant-system/.gitignore +++ /dev/null @@ -1,22 +0,0 @@ -# 依赖 -node_modules/ -.pnp/ -.pnp.js - -# 构建产物 -dist/ - -# 日志 -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# 编辑器配置 -.idea/ -.vscode/ -*.swp -*.swo - -# 操作系统文件 -.DS_Store -Thumbs.db \ No newline at end of file diff --git a/frontend/asset-assistant-system/package.json b/frontend/asset-assistant-system/package.json deleted file mode 100644 index 663743e..0000000 --- a/frontend/asset-assistant-system/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "asset-assistant-system", - "version": "1.0.0", - "description": "资产辅助管理系统", - "main": "index.html", - "scripts": { - "dev": "serve", - "build": "echo '构建脚本待实现'", - "test": "echo '测试脚本待实现'" - }, - "keywords": ["asset", "management", "system"], - "author": "", - "license": "MIT", - "devDependencies": { - "serve": "^14.2.3" - } -} \ No newline at end of file diff --git a/frontend/asset-assistant-system/src/pages/login.html b/frontend/asset-assistant-system/src/pages/login.html index bc3df11..d902779 100644 --- a/frontend/asset-assistant-system/src/pages/login.html +++ b/frontend/asset-assistant-system/src/pages/login.html @@ -1,5 +1,6 @@ +
@@ -22,6 +23,7 @@ height: 100vh; padding: 20px; } + .login-card { width: 100%; max-width: 400px; @@ -30,28 +32,34 @@ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); padding: 30px; } + .login-header { text-align: center; margin-bottom: 30px; } + .login-title { font-size: 24px; color: var(--primary-color); margin-bottom: 8px; } + .login-desc { color: var(--text-secondary); font-size: 14px; } + .form-group { margin-bottom: 20px; } + .form-label { display: block; margin-bottom: 8px; color: var(--text-primary); font-weight: 500; } + .login-btn { width: 100%; padding: 12px; @@ -60,6 +68,7 @@ } +