update 调整样式·

This commit is contained in:
zk
2024-06-15 11:46:49 +08:00
parent 14c50baeed
commit 7ee32fb8d9
9 changed files with 55 additions and 28 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
<template>
<div>
<div class="common-card" :class="[themeType]">
<public-title title="体检数据" />
<div class="inner">
<div class="type-time">
@@ -25,6 +25,7 @@
import { useSpin, timeTab, useHospitalList, radarCharts, allValueEmpty } from '/@/components/body-d-left/bodyLeftHooks';
import { useSession, caching } from '/@/hooks/autoRefresh/caching.ts';
import * as echarts from 'echarts';
import { useTheme } from '/@/hooks/theme/useTheme.ts';
const props = defineProps({
refreshState: {
@@ -32,6 +33,7 @@
},
setting: Object,
});
const { themeType } = useTheme();
const { setSession, getSession } = useSession();
const { LEFT_KEY3 } = caching;
const { setSpin, spinning } = useSpin();