|
@@ -60,6 +60,8 @@ export default {
|
|
const _this = this;
|
|
const _this = this;
|
|
const defCodeArea = this.setting || {};
|
|
const defCodeArea = this.setting || {};
|
|
this.rotate = defCodeArea.rotate || 0;
|
|
this.rotate = defCodeArea.rotate || 0;
|
|
|
|
+ delete defCodeArea.rotate;
|
|
|
|
+
|
|
this.spinStyle = {
|
|
this.spinStyle = {
|
|
transform: `translate(-50%, -50%) rotate(${this.rotate}deg)`
|
|
transform: `translate(-50%, -50%) rotate(${this.rotate}deg)`
|
|
};
|
|
};
|