4683ffdd by zhangmeng

看板

1 parent feb56f72
......@@ -957,11 +957,11 @@ const handelZhu2 = (row1, row2) => {
type: 'linear',
x: 0, y: 0, x2: 1, y2: 1, // 垂直渐变
colorStops: [
{offset: 0, color: 'rgba(32, 217, 170, .5)'}, // 顶部颜色
{offset: 0, color: 'rgba(32, 217, 170, .3)'}, // 顶部颜色
{offset: 1, color: 'rgba(8, 130, 160, .5)'} // 底部颜色
]
},
borderColor: 'rgba(0, 255, 190, 1)',
borderColor: 'rgba(0, 255, 190, .8)',
borderWidth: 1
},
barWidth: '35%',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!