大屏调整

This commit is contained in:
2025-12-12 11:01:19 +08:00
parent c49b23040c
commit 968cc98f55
6 changed files with 14 additions and 13 deletions

View File

@@ -61,7 +61,7 @@
<div class="safe-wrapper">
<span class="safe-title">
<img width="22" style="margin: 3px 5px 0 0" src="@/assets/images/ybp_icon.png" />
安全指数:
安全指数:<p title="安全指数 = 逾期隐患百分比 × 60% + 安全考核通过率 × 20% + 安全培训完成率 × 20%"></p>
</span>
<span class="pending-count">{{ hiddenDangerData?.safetyIndex || 0 }}</span>
</div>
@@ -382,7 +382,8 @@ onMounted(() => {
}
}
}
p{width:17px; height:17px; background-color:rgb(125, 125, 152); border-radius:50%; text-align:center; }
p:before{content:'?'; color:yellow; font-weight: bold;}
.center-container {
position: fixed;
top: 55%;