Commit 56c0c647 authored by xxx's avatar xxx

修改车辆展示样式

parent 2263e06b
......@@ -234,7 +234,7 @@ export default {
label: {
text: status == '1' ? '\n' + number : number,
font_size: 18,
color: status == '1' ? "#ff0000" : "blue",
color: status == '1' ? "#ff0000" : (number == that.carnumber) ? "green" : "blue",
outline: true,
outlineColor: "#000000",
pixelOffsetY: -50,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment