|
@@ -557,21 +557,21 @@ export const modelConfig = [{
|
|
|
modelId: 14,
|
|
|
elements: [{
|
|
|
position: 1,
|
|
|
- width: 100*0.5,
|
|
|
- height: (restHeight)*0.5*0.84,
|
|
|
+ width: 100*0.4,
|
|
|
+ height: (restHeight)*0.65*0.84,
|
|
|
x: 0,
|
|
|
y: ((restHeight)*0.5-(restHeight)*0.5*0.84)/2
|
|
|
}, {
|
|
|
position: 2,
|
|
|
- width: 100*0.5,
|
|
|
- height: (restHeight)*0.5*0.84,
|
|
|
+ width: 100*0.4,
|
|
|
+ height: (restHeight)*0.35*0.84,
|
|
|
x: 0,
|
|
|
- y: 50-7/* +((restHeight)*0.5-(restHeight)*0.5*0.84)/2 */,//or 50
|
|
|
+ y: 52/* +((restHeight)*0.5-(restHeight)*0.5*0.84)/2 */,//or 50
|
|
|
}, {
|
|
|
position: 3,
|
|
|
- width: 100*0.5,
|
|
|
+ width: 100*0.6,
|
|
|
height: (restHeight)*0.9,
|
|
|
- x: 50,
|
|
|
+ x: 40,
|
|
|
y: ((restHeight)-(restHeight)*0.9)/2
|
|
|
}]
|
|
|
},
|