mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-20 01:45:55 +08:00
响应式布局
This commit is contained in:
@@ -384,9 +384,9 @@ export default {
|
||||
lineStyle: {
|
||||
width: 8,
|
||||
color: [
|
||||
[0.3, '#409EFF'], // 0~30%
|
||||
[0.7, '#67C23A'], // 30~70%
|
||||
[1, '#F56C6C'], // 70~100%
|
||||
[0.2, '#409EFF'], // 0~20%
|
||||
[0.8, '#67C23A'], // 40~60%
|
||||
[1, '#F56C6C'], // 80~100%
|
||||
],
|
||||
opacity: 0.3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user