|
@@ -127,8 +127,8 @@
|
|
this.rules.left.value = Math.abs(180 - this.rules.top.value)
|
|
this.rules.left.value = Math.abs(180 - this.rules.top.value)
|
|
}*/
|
|
}*/
|
|
this.rules.left.value = this.rules.left.value > 90 ? Math.abs(180 - this.rules.left.value) : this.rules.left.value;
|
|
this.rules.left.value = this.rules.left.value > 90 ? Math.abs(180 - this.rules.left.value) : this.rules.left.value;
|
|
- this.rules.left.value = this.rules.right.value > 90 ? Math.abs(180 - this.rules.right.value) : this.rules.left.value;
|
|
|
|
- this.rules.left.value = this.rules.top.value > 90 ? Math.abs(180 - this.rules.top.value) : this.rules.left.value;
|
|
|
|
|
|
+ this.rules.right.value = this.rules.right.value > 90 ? Math.abs(180 - this.rules.right.value) : this.rules.right.value;
|
|
|
|
+ this.rules.top.value = this.rules.top.value > 90 ? Math.abs(180 - this.rules.top.value) : this.rules.top.value;
|
|
|
|
|
|
if(biangao){
|
|
if(biangao){
|
|
if(this.formData.angle === '1'){ // 顶角
|
|
if(this.formData.angle === '1'){ // 顶角
|