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

View File

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