forked from github/dataease
fix(仪表板): 修复仪表板控制台报错问题
This commit is contained in:
parent
8f5b9cd2f4
commit
d2c1a268ed
@ -154,7 +154,7 @@ const componentBackgroundStyle = computed(() => {
|
||||
} else {
|
||||
style['background-color'] = colorRGBA
|
||||
}
|
||||
if (element.value.component !== 'UserView') {
|
||||
if (config.value.component !== 'UserView') {
|
||||
style['overflow'] = 'hidden'
|
||||
}
|
||||
return style
|
||||
|
Loading…
Reference in New Issue
Block a user