修复当element默认尺寸修改后,登录页输入框图标布局中的bug

This commit is contained in:
hooray 2021-09-01 10:56:52 +08:00
parent 9bec0920a3
commit aa921f32f9

View File

@ -223,9 +223,6 @@ export default {
width: 450px;
padding: 50px 35px 30px;
overflow: hidden;
.svg-icon {
vertical-align: -0.35em;
}
.title-container {
position: relative;
.title {
@ -245,6 +242,11 @@ export default {
input {
height: 48px;
}
.el-input__prefix,
.el-input__suffix {
display: flex;
align-items: center;
}
.el-input__prefix {
left: 10px;
}