Merge pull request #8087 from dataease/pr@dev-v2@refactor_rect

refactor(数据大屏): 修改图形组件默认样式
This commit is contained in:
王嘉豪 2024-02-20 16:32:23 +08:00 committed by GitHub
commit 949f0d334d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)'
} }
}, },