Merge pull request #7293 from ulleo/dev-v2

fix: 数据大屏>提示>显示单选框文字颜色不正确
This commit is contained in:
ulleo 2023-12-22 14:31:14 +08:00 committed by GitHub
commit ede9a9b9bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -554,6 +554,7 @@ onMounted(() => {
<el-checkbox
:disabled="!formatterEditable"
v-model="curSeriesFormatter.show"
:effect="themes"
size="small"
label="quota"
@change="changeTooltipAttr('seriesTooltipFormatter', true)"