|
|
@@ -714,7 +714,7 @@ export default {
|
|
|
"textFontSize": 16,
|
|
|
"textAlign": "center",
|
|
|
"contentPadding": [2,2,2,2],
|
|
|
- "nodeOffset": (item.device*1%2)==0 ? [-120,-340] : [-140,-160],
|
|
|
+ "nodeOffset": (devIten.rowno*1%2)==0 ? [-120,-340] : [-140,-160],
|
|
|
"textColor": parseInt("0xffffffff")
|
|
|
};
|
|
|
options.imgSize = [160, 80];
|
|
|
@@ -730,7 +730,7 @@ export default {
|
|
|
"textFontSize": 16,
|
|
|
"contentPadding": [2,2,2,2],
|
|
|
"textAlign": "center",
|
|
|
- "nodeOffset": (item.device*1%2)==0 ? [-120,-340] : [-140,-160],
|
|
|
+ "nodeOffset": (devIten.rowno*1%2)==0 ? [-120,-340] : [-140,-160],
|
|
|
"textColor": parseInt("0xffffffff")
|
|
|
};
|
|
|
options.imgSize = [160, 80];
|
|
|
@@ -744,7 +744,7 @@ export default {
|
|
|
"textFontSize": 16,
|
|
|
"contentPadding": [2,2,2,2],
|
|
|
"textAlign": "center",
|
|
|
- "nodeOffset": (item.device*1%2)==0 ? [-120,-340] : [-140,-160],
|
|
|
+ "nodeOffset": (devIten.rowno*1%2)==0 ? [-120,-340] : [-140,-160],
|
|
|
"textColor": parseInt("0xffffffff")
|
|
|
};
|
|
|
options.imgSize = [160, 80];
|