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
@@ -1,6 +1,6 @@
<template>
<div class="pie-container self">
<public-title title="步数" />
<public-title title="步数" :theme-type="themeType" />
<div class="inner" ref="healthChart"></div>
<div class="count">
<div class="t">总人数</div>
@@ -21,6 +21,7 @@
const props = defineProps({
orgCode: String,
type: String,
themeType: String,
});
const { setSession, getSession } = useSession();
const { PAGE2_RIGHT2 } = caching;
@@ -102,4 +103,4 @@
font-weight: normal;
}
}
</style>
</style>