Element.scrollIntoView()
该功能实现主要用到浏览器的 scrollIntoView 方法 :
思路: 触发form 校验规则时 # Ant Design Vue 会给校验失败的表单项添加 特定的类名 document.querySelector获取对应元素 并调用 scrollIntoView 方法 developer.mozilla.org/zh-CN/docs/…
该功能实现主要用到浏览器的 scrollIntoView 方法 :
思路: 触发form 校验规则时 # Ant Design Vue 会给校验失败的表单项添加 特定的类名 document.querySelector获取对应元素 并调用 scrollIntoView 方法 developer.mozilla.org/zh-CN/docs/…