NEZ-2649 feat: 添加方式修改 以及编辑全屏
This commit is contained in:
@@ -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) {
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user