const input = me.$refs.input.getInput(), // 判断输入框文字内容是否超过输入框宽度 isTip = input.offsetWidth < input.scrollWidth; // 标识是否显示tip