mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(仪表板): 修复仪表板控制台报错问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user