|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div
|
|
<div
|
|
|
- class="qhse-page grid grid-cols-[auto_1fr] grid-rows-[auto_auto_minmax(0,1fr)_auto] gap-3 gap-x-4 h-[calc(100vh-10px-var(--top-tool-height)-var(--tags-view-height)-var(--app-footer-height))]">
|
|
|
|
|
|
|
+ class="qhse-page grid grid-cols-[auto_1fr] grid-rows-[auto_auto_minmax(0,1fr)_auto] gap-3 gap-x-4 h-[calc(100vh-8px-var(--top-tool-height)-var(--tags-view-height)-var(--app-footer-height))]">
|
|
|
<DeptTreeSelect
|
|
<DeptTreeSelect
|
|
|
class="row-span-4"
|
|
class="row-span-4"
|
|
|
:top-id="rootDeptId"
|
|
:top-id="rootDeptId"
|
|
@@ -53,7 +53,7 @@
|
|
|
@click="handleStatCardClick('warn')">
|
|
@click="handleStatCardClick('warn')">
|
|
|
<div class="flex items-center gap-2">
|
|
<div class="flex items-center gap-2">
|
|
|
<Icon icon="ep:bell-filled" color="#d97706" />
|
|
<Icon icon="ep:bell-filled" color="#d97706" />
|
|
|
- <div class="stats-card__label">60天预警</div>
|
|
|
|
|
|
|
+ <div class="stats-card__label">60天预警(含过期)</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="stats-card__value">
|
|
<div class="stats-card__value">
|
|
|
<CountTo
|
|
<CountTo
|
|
@@ -831,6 +831,7 @@ onMounted(async () => {
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
line-height: 1;
|
|
line-height: 1;
|
|
|
color: #1f5bb8;
|
|
color: #1f5bb8;
|
|
|
|
|
+ /* text-align: center; */
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.stats-card--expired {
|
|
.stats-card--expired {
|