|
@@ -68,7 +68,7 @@
|
|
|
</div>
|
|
|
<el-button
|
|
|
:loading="loading"
|
|
|
- class="btns"
|
|
|
+ class="login_btns"
|
|
|
type="primary"
|
|
|
style="width: 100%; margin-bottom: 30px"
|
|
|
@click="handleLogin"
|
|
@@ -189,7 +189,7 @@
|
|
|
<el-button
|
|
|
:loading="loading"
|
|
|
type="primary"
|
|
|
- class="btns"
|
|
|
+ class="login_btns"
|
|
|
style="width: 100%; margin-bottom: 30px"
|
|
|
@click="retPass"
|
|
|
>重置密码</el-button
|
|
@@ -595,7 +595,7 @@ export default {
|
|
|
/* 修复input 背景不协调 和光标变色 */
|
|
|
/* Detail see https://github.com/PanJiaChen/vue-element-admin/pull/927 */
|
|
|
@import "./index.scss";
|
|
|
-.btns {
|
|
|
+.login_btns {
|
|
|
width: 100%;
|
|
|
font-size: 16px;
|
|
|
display: flex;
|
|
@@ -612,10 +612,10 @@ export default {
|
|
|
border: none;
|
|
|
box-shadow: none;
|
|
|
}
|
|
|
-.btns:hover {
|
|
|
+.login_btns:hover {
|
|
|
background-image: linear-gradient(to left, #3b82f6, #6366f1) !important;
|
|
|
}
|
|
|
-.btns:focus {
|
|
|
+.login_btns:focus {
|
|
|
border-color: #3b82f6 !important;
|
|
|
background-image: linear-gradient(to left, #3b82f6, #6366f1) !important;
|
|
|
}
|