优化前端ui
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user