NEZ-2649 feat: 添加方式修改 以及编辑全屏

This commit is contained in:
zhangyu
2023-03-07 17:44:38 +08:00
parent 4fd3b76f7f
commit ced635e609
6 changed files with 27 additions and 10 deletions

View File

@@ -1213,8 +1213,8 @@ export default {
this.elements[key] = !this.elements[key]
},
inputFocus (e) {
e.path[2].children[0].setAttribute('tabindex', '0')
e.path[2].children[1].setAttribute('tabindex', '1')
e.path[2].children[0].setAttribute('tabindex', '-10')
e.path[2].children[1].setAttribute('tabindex', '-11')
},
inputBlur (e) {
},