fix: 完善打包历史与登录提示

This commit is contained in:
shenlei
2026-07-20 14:54:06 +09:00
parent c209ae423c
commit 3e3e4123d0
5 changed files with 31 additions and 16 deletions
-2
View File
@@ -45,7 +45,6 @@
<input v-model="loginForm.password" type="password" placeholder="请输入密码" @keyup.enter="login">
</div>
<button class="login-btn" @click="login">登录</button>
<div class="login-hint">默认账号: admin / admin123</div>
</div>
</div>
</div>
@@ -153,5 +152,4 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; b
.form-group input:focus { outline: none; border-color: #1890ff; }
.login-btn { width: 100%; padding: 12px; background: #1890ff; color: white; border: none; border-radius: 6px; font-size: 16px; cursor: pointer; margin-top: 8px; }
.login-btn:hover { background: #40a9ff; }
.login-hint { text-align: center; margin-top: 16px; font-size: 12px; color: #999; }
</style>