feat(ui): elevate project overview for executive readout

This commit is contained in:
Cheng Zhou
2026-03-04 16:34:25 +08:00
parent 1b920520d6
commit 90d724a5fe
4 changed files with 82 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<div class="kpi-card" :class="[`type-${type}`]">
<article class="kpi-card kpi-enterprise" :class="[`type-${type}`]">
<!-- 顶部标签区域 -->
<div class="kpi-badge">
<div class="kpi-badge-icon" v-if="icon">
@@ -30,7 +30,7 @@
</template>
</div>
</div>
</div>
</article>
</template>
<script setup lang="ts">