|
@@ -57,15 +57,15 @@ class ddWindRect {
|
|
|
color: '#009900',
|
|
|
strokeStyle: '#002200',
|
|
|
x: 140,
|
|
|
- y: 100,
|
|
|
+ y: 95,
|
|
|
},
|
|
|
{
|
|
|
text: `风量(m3/min):`,
|
|
|
font: 'normal 29px Arial',
|
|
|
color: '#009900',
|
|
|
strokeStyle: '#002200',
|
|
|
- x: 12,
|
|
|
- y: 143,
|
|
|
+ x: 30,
|
|
|
+ y: 150,
|
|
|
},
|
|
|
{
|
|
|
text: `${selectData.m3 ? selectData.m3 : '-'}`,
|
|
@@ -73,14 +73,14 @@ class ddWindRect {
|
|
|
color: '#009900',
|
|
|
strokeStyle: '#002200',
|
|
|
x: 311,
|
|
|
- y: 143,
|
|
|
+ y: 150,
|
|
|
},
|
|
|
{
|
|
|
text: `风速(m/s): `,
|
|
|
font: 'normal 29px Arial',
|
|
|
color: '#009900',
|
|
|
strokeStyle: '#002200',
|
|
|
- x: 12,
|
|
|
+ x: 30,
|
|
|
y: 202,
|
|
|
},
|
|
|
{
|
|
@@ -96,8 +96,8 @@ class ddWindRect {
|
|
|
font: 'normal 29px Arial',
|
|
|
color: '#009900',
|
|
|
strokeStyle: '#002200',
|
|
|
- x: 12,
|
|
|
- y: 247,
|
|
|
+ x: 30,
|
|
|
+ y: 252,
|
|
|
},
|
|
|
{
|
|
|
text: `${selectData.fsectarea ? selectData.fsectarea : '-'}`,
|
|
@@ -105,7 +105,7 @@ class ddWindRect {
|
|
|
color: '#009900',
|
|
|
strokeStyle: '#002200',
|
|
|
x: 310,
|
|
|
- y: 247,
|
|
|
+ y: 252,
|
|
|
},
|
|
|
{
|
|
|
text: `煤炭科学技术研究院有限公司研制`,
|