优化前端ui

This commit is contained in:
yml2213
2026-05-16 15:32:40 +08:00
parent 1342c03853
commit 3ca71b782b
16 changed files with 31 additions and 60 deletions
@@ -40,10 +40,10 @@ const cards = [
type="error"
show-icon
:closable="false"
style="margin-top: 16px"
class="mt-4"
/>
<el-skeleton v-if="loading" :rows="12" animated style="margin-top: 16px" />
<el-skeleton v-if="loading" :rows="12" animated class="mt-4" />
<div v-else class="summary-grid">
<el-card v-for="card in cards" :key="card.key" shadow="never" class="stat-card">