update
1.副屏标题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user