forked from github/dataease
refactor(数据大屏): 修改图形组件默认样式
This commit is contained in:
parent
395acafeda
commit
4e4feb514e
@ -193,8 +193,8 @@ const list = [
|
||||
borderWidth: 1,
|
||||
borderRadius: 5,
|
||||
borderStyle: 'solid',
|
||||
borderColor: '#000',
|
||||
backgroundColor: ''
|
||||
borderColor: '#cccccc',
|
||||
backgroundColor: 'rgba(236,231,231,0.1)'
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -208,8 +208,8 @@ const list = [
|
||||
height: 200,
|
||||
borderWidth: 1,
|
||||
borderStyle: 'solid',
|
||||
borderColor: '#000',
|
||||
backgroundColor: ''
|
||||
borderColor: '#cccccc',
|
||||
backgroundColor: 'rgba(236,231,231,0.1)'
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -222,7 +222,7 @@ const list = [
|
||||
width: 200,
|
||||
height: 200,
|
||||
borderWidth: 1,
|
||||
borderColor: '#000',
|
||||
borderColor: '#cccccc',
|
||||
backgroundColor: 'rgba(236,231,231,0.1)'
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user