调整:福州control调整
This commit is contained in:
parent
cba988e5d3
commit
4be4c87327
@ -382,6 +382,9 @@ class SkinStyle extends defaultStyle {
|
||||
this[deviceType.Line] = {
|
||||
lineColor: '#FFFFFF'
|
||||
};
|
||||
this[deviceType.LcControl] = {};
|
||||
this[deviceType.ZcControl] = {};
|
||||
this[deviceType.LimitControl] = {};
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,6 @@ export default class EMouse extends Group {
|
||||
constructor(device) {
|
||||
super();
|
||||
this.device = device;
|
||||
console.log('device', device);
|
||||
this.down = true;
|
||||
this._create();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user