| | |
| | | <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">
|
| | |
| | | $light_gray:#eee;
|
| | |
|
| | | /* reset element-ui css */
|
| | | .el-input {
|
| | | // .home {
|
| | | .el-input {
|
| | | display: inline-block;
|
| | | height: 47px;
|
| | | // height: 47px;
|
| | | width: calc(100% - 40px);
|
| | | input {
|
| | | background: transparent;
|
| | |
| | | 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>
|
| | |
|