add
gaosp
2024-01-06 501c6a293991c735436907d71e7e5699ae6f3984
src/views/login/index.vue
@@ -1,5 +1,5 @@
<template>
  <Home>
  <Home class="home">
    <template slot="test"><span style="color: red">123</span></template>
    <template slot="content">
      <el-form  class="login-form" autoComplete="on" :model="loginForm" :rules="loginRules" ref="loginForm" label-position="left">
@@ -168,9 +168,10 @@
$light_gray:#eee;
/* reset element-ui css */
// .home {
.el-input {
    display: inline-block;
    height: 47px;
    // height: 47px;
    width: calc(100% - 40px);
    input {
      background: transparent;
@@ -179,13 +180,15 @@
      border-radius: 0px;
      padding: 12px 5px 12px 15px;
      color: $light_gray;
      height: 47px;
      // height: 47px;
      &:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px $bg inset !important;
        -webkit-text-fill-color: #fff !important;
      }
    }
  }
// }
</style>