dbfda0b0 by zrj

大屏1.6修改

1 parent cd08c1a0
......@@ -2378,8 +2378,8 @@ const handelContrast = (row1, row2, TBdata, HBdata, flag, type) => {
type: 'linear',
x: 0, y: 0, x2: 1, y2: 1, // 垂直渐变
colorStops: [
{offset: 0, color: 'rgba(242, 196, 0, 1)'}, // 顶部颜色
{offset: 1, color: 'rgba(153, 101, 0, 1)'} // 底部颜色
{offset: 0, color: type=='SRJE'?'rgba(242, 196, 0, 1)':'rgba(32, 217, 170, 1)'}, // 顶部颜色
{offset: 1, color: type=='SRJE'?'rgba(153, 101, 0, 1)':'rgba(8, 130, 160, 1)'} // 底部颜色
]
},
borderColor: 'rgba(240, 255, 0, 1)',
......@@ -2404,8 +2404,8 @@ const handelContrast = (row1, row2, TBdata, HBdata, flag, type) => {
type: 'linear',
x: 0, y: 0, x2: 1, y2: 1, // 垂直渐变
colorStops: [
{offset: 0, color: 'rgba(0, 162, 255, 1)'}, // 顶部颜色
{offset: 1, color: 'rgba(34, 117, 255, 1)'} // 底部颜色
{offset: 0, color: type=='SRJE'?'rgba(0, 162, 255, 1)':'rgba(44, 54, 140, 1)'}, // 顶部颜色
{offset: 1, color: type=='SRJE'?'rgba(34, 117, 255, 1)':'rgba(135, 145, 253, 1)'} // 底部颜色
]
},
borderColor: 'rgba(0, 246, 255, 1)',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!