task#14504,清除按钮位置调整
This commit is contained in:
@ -1465,6 +1465,9 @@ export default {
|
|||||||
::v-deep .el-input__inner {
|
::v-deep .el-input__inner {
|
||||||
border-radius: 0px 20px 20px 0px;
|
border-radius: 0px 20px 20px 0px;
|
||||||
}
|
}
|
||||||
|
::v-deep .el-input__suffix {
|
||||||
|
top: 4px; /* 给清除按钮预留空间 */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user