Skip to content

Commit 5e79d5c

Browse files
author
zhaokai
committed
【修改】【三维上符号初始大小调整】
1 parent 19e1077 commit 5e79d5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/service/3DPlot/Primitive/BasePlotPrimitive.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class BasePlotPrimitive {
1818
this._update = true;
1919
this._translucent = false;
2020
// 缩放
21-
this.m_scale = 20;
22-
this._modHeight = 500;
21+
this.m_scale = 60;
22+
this._modHeight = 2000;
2323

2424
this._elem = options.element;
2525

src/service/3DPlot/Primitive/ElementInstance/SvgElementInstance.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export default class SvgElementInstance {
2222
this._elem = elem;
2323
this._options = options;
2424
this.globelScale = options.globelScale || 100
25-
this.fillDefaultWidth = 5
26-
this.textDefaultWidth = 10
25+
this.fillDefaultWidth = 2.9
26+
this.textDefaultWidth = 8
2727
this.instance = undefined;
2828
}
2929

0 commit comments

Comments
 (0)