|
@@ -646,7 +646,8 @@ function setSeasonOpt(e){
|
|
styleEn:data.Unit && (!data.UnitEn)?{cursor:'pointer',color:"#999"}:{cursor:'pointer'}, // 英文样式
|
|
styleEn:data.Unit && (!data.UnitEn)?{cursor:'pointer',color:"#999"}:{cursor:'pointer'}, // 英文样式
|
|
align: 'high',
|
|
align: 'high',
|
|
rotation: 0,
|
|
rotation: 0,
|
|
- y: -15,
|
|
|
|
|
|
+ y: -5,
|
|
|
|
+ x:-(10 * data.Unit.length),
|
|
offset: -(10 * data.Unit.length),
|
|
offset: -(10 * data.Unit.length),
|
|
},
|
|
},
|
|
max: Number(data.MaxData),
|
|
max: Number(data.MaxData),
|