@@ -237,6 +237,9 @@
this.visible = false;
}
this.$emit('command', command, instance);
+ },
+ focus() {
+ this.triggerElm.focus && this.triggerElm.focus();
},
@@ -24,6 +24,7 @@
.el-input__inner {
text-align: center;
-moz-appearance: textfield;
+ line-height: normal;
// pagesize 的下拉 icon