<style scoped lang="scss">
:deep(.el-input__wrapper) {
position: relative;
.el-input__inner {
padding-right: 18px;
}
.el-input__suffix {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
}
}
</style>
Vue3使用Element-plus 输入框 clearable属性 鼠标聚焦失焦时宽度会抖动
于 2024-03-10 21:41:24 首次发布