iscs调整

This commit is contained in:
joylink_fanyuhong 2020-02-07 11:11:15 +08:00
parent 3a3382986a
commit 8601589112
2 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -48,7 +48,8 @@ export default class Vidicon extends Group {
smooth: 0.2
},
style: {
fill: '#00FF00'
fill: '#00FF00',
stroke: 'rgba(255, 0, 0, 0)'
}
});
} else { // 镜头在左
@ -65,7 +66,8 @@ export default class Vidicon extends Group {
smooth: 0.2
},
style: {
fill: '#00FF00'
fill: '#00FF00',
stroke: 'rgba(255, 0, 0, 0)'
}
});
}