Browse Source

修改按钮背景颜色

yangg 9 months ago
parent
commit
d72ba607f6

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-48e93132.41f5fb89.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-68925985.a1cbfb3a.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.6eba7a26.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-48e93132.5aa1b9b5.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-68925985.5dfee44f.js


+ 5 - 5
src/views/login/index.vue

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

Some files were not shown because too many files changed in this diff