refactor(数据大屏): 修改图形组件默认样式

This commit is contained in:
wangjiahao 2024-02-20 16:30:15 +08:00
parent 395acafeda
commit 4e4feb514e

View File

@ -193,8 +193,8 @@ const list = [
borderWidth: 1, borderWidth: 1,
borderRadius: 5, borderRadius: 5,
borderStyle: 'solid', borderStyle: 'solid',
borderColor: '#000', borderColor: '#cccccc',
backgroundColor: '' backgroundColor: 'rgba(236,231,231,0.1)'
} }
}, },
{ {
@ -208,8 +208,8 @@ const list = [
height: 200, height: 200,
borderWidth: 1, borderWidth: 1,
borderStyle: 'solid', borderStyle: 'solid',
borderColor: '#000', borderColor: '#cccccc',
backgroundColor: '' backgroundColor: 'rgba(236,231,231,0.1)'
} }
}, },
{ {
@ -222,7 +222,7 @@ const list = [
width: 200, width: 200,
height: 200, height: 200,
borderWidth: 1, borderWidth: 1,
borderColor: '#000', borderColor: '#cccccc',
backgroundColor: 'rgba(236,231,231,0.1)' backgroundColor: 'rgba(236,231,231,0.1)'
} }
}, },