1.副屏标题
This commit is contained in:
2024-06-15 16:21:54 +08:00
parent 0f391ffc22
commit dcf14220b3
6 changed files with 38 additions and 13 deletions
+6 -2
View File
@@ -1,6 +1,6 @@
<template>
<div class="left-pie">
<public-title :title="props.title">
<public-title :title="props.title" :theme-type="themeType">
<template #right>
{{ props.tips }}
</template>
@@ -38,6 +38,10 @@
userCount: {
type: Number,
},
themeType: {
type: String,
default: () => '',
},
});
const healthChart = ref<HTMLElement>();
onMounted(() => {
@@ -113,4 +117,4 @@
font-weight: normal;
}
}
</style>
</style>