Element UI el-input 禁用滚轮事件 - 阻止滚动
<el-input class='el-input-disabled' disabled readonly @mousewheel.stop.prevent='stopScroll'
methods: {
stopScroll (e) {
e.preventDefault()
}
}
原文地址: https://www.cveoy.top/t/topic/lnjA 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
<el-input class='el-input-disabled' disabled readonly @mousewheel.stop.prevent='stopScroll'
methods: {
stopScroll (e) {
e.preventDefault()
}
}
原文地址: https://www.cveoy.top/t/topic/lnjA 著作权归作者所有。请勿转载和采集!