fix(仪表板): 修复仪表板控制台报错问题

This commit is contained in:
wangjiahao 2024-04-12 13:39:42 +08:00
parent 8f5b9cd2f4
commit d2c1a268ed

View File

@ -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