update 调整样式

This commit is contained in:
zk
2024-06-15 18:26:15 +08:00
parent fc6e3a736e
commit 1645f16579
13 changed files with 191 additions and 159 deletions
@@ -1,6 +1,6 @@
<template>
<div>
<public-title title="一线医疗点每日工作动态" />
<public-title title="一线医疗点每日工作动态" themeType="dark" />
<div class="inner">
<div class="trends-item" v-for="(item, k) in trendsData" :key="k">
<div class="trends-title-con">
@@ -1,6 +1,6 @@
<template>
<div>
<public-title title="员工队伍健康状况">
<public-title title="员工队伍健康状况" themeType="dark">
<template #right>
<!-- <span class="right-text" @click="viewDetail">更多</span>-->
</template>
+2 -2
View File
@@ -21,7 +21,7 @@
@handleClick="handlePhoneDialog"
/>
<!--一线医疗点每日工作动态-->
<DailyWorkTrends :refreshState="refreshState" class="daily-work-trends" />
<DailyWorkTrends theme="dark" :refreshState="refreshState" class="daily-work-trends" />
</div>
<div class="body-d-middle">
<china-map :showFooter="false" :computedCenter="false" :mapOptions="YinChuanOption" />
@@ -30,7 +30,7 @@
<!--健康终端报警-->
<TerminalAlarm :refreshState="refreshState" :setting="setting" @emit-view-detail="handleEmployeeDialog" />
<!--员工队伍健康状况-->
<EmployeeHealth :refreshState="refreshState" :setting="setting" />
<EmployeeHealth theme="dark" :refreshState="refreshState" :setting="setting" />
<!--体检数据-->
<PhysicalExaminationData :key="tabState" :refreshState="refreshState" :setting="setting" />
</div>