fix: 完善打包历史与登录提示
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user