处理Element ui输入框类型为Number的时候,中文输入法下回车光标聚焦到了左上角
出现场景:
在element ui表格中加入输入框,然后输入框类型为number,当输入法切换为中文去输入 的时候,选择了文字,光标会停留在左上角。
解决方案:
::v-deep .el-input__inner{ line-height: 1 !important; }
结果
出现场景:
在element ui表格中加入输入框,然后输入框类型为number,当输入法切换为中文去输入 的时候,选择了文字,光标会停留在左上角。
解决方案:
::v-deep .el-input__inner{ line-height: 1 !important; }
结果