xushiting 1 år sedan
förälder
incheckning
c2a3420de5

+ 1 - 1
src/view/case/draw/board/editCAD/Geometry/Compass.js

@@ -12,7 +12,7 @@ export default class Compass extends Geometry {
         //固定位置
         this.center = {
             x:800,
-            y:70
+            y:170
         }
 
         this.radius = 52   //svg的大小

+ 1 - 1
src/view/case/draw/board/editCAD/Geometry/Title.js

@@ -8,7 +8,7 @@ export default class Title extends Geometry {
     constructor(value,vectorId, floor) {
         super()
         this.value = value?value:defaultValue;
-        this.height = 50     //里顶部距离50像素
+        this.height = 100     //里顶部距离50像素
         this.floor = floor?floor:0
         this.geoType = VectorType.Title
         this.setId(vectorId)