可以使用a-input
的focus
事件來設置:
<a-input @focus="handleFocus" />
methods: {
handleFocus(e) {
e.target.style.backgroundColor = '#f00';
}
}
可以使用a-input
的focus
事件來設置:
<a-input @focus="handleFocus" />
methods: {
handleFocus(e) {
e.target.style.backgroundColor = '#f00';
}
}
公眾號:1024技術圈
?? 提供互聯網知識和資訊,分享IT前沿技術,熱門資源,大廠面試題 ??