Mottie / Keyboard

Virtual Keyboard using jQuery ~
http://mottie.github.io/Keyboard/
Other
1.77k stars 722 forks source link

退格键 在谷歌浏览器无法正常显示 #779

Closed xgli8 closed 4 years ago

xgli8 commented 4 years ago

自定义键盘{b} chrome浏览器显示为小尺寸

Mottie commented 4 years ago

Hi @lixuguang001!

Use the display option to change the character - demo

display: {
  'b': '<:Backspace'
}

or use CSS to change the button style

.ui-keyboard-bksp {
  width: 80px;
  height: 80px;
}
xgli8 commented 4 years ago

@Mottie 谢谢!已解决!