fix(仪表板): 修复tab组件样式设置提示为空问题

This commit is contained in:
wangjiahao 2024-06-30 21:41:34 +08:00
parent 98f92b0015
commit 4dd70a766b

View File

@ -6,7 +6,7 @@
<el-tooltip
:key="styleOptionKey.value"
v-if="styleForm[styleOptionKey.value] !== undefined"
:effect="themes"
effect="dark"
placement="bottom"
>
<template #content> {{ styleOptionKey.label }} </template>
@ -104,7 +104,7 @@
<el-tooltip
:key="styleOptionKey.value"
v-if="styleForm[styleOptionKey.value] !== undefined"
:effect="themes"
effect="dark"
placement="bottom"
>
<template #content> {{ styleOptionKey.label }} </template>