refactor: ♻️ 控制台样式优化

This commit is contained in:
ray
2024-07-01 00:45:03 +08:00
parent 6fbc341c57
commit 2ca08422b3

View File

@@ -61,7 +61,7 @@
</div>
</template>
<div class="flex items-center justify-between mt-5">
<div class="flex items-center justify-between mt-2">
<div class="text-lg text-right">
{{ Math.round(item.count) }}
</div>
@@ -69,7 +69,7 @@
</div>
<div
class="flex items-center justify-between mt-5 text-sm text-[var(--el-text-color-secondary)]"
class="flex items-center justify-between mt-2 text-sm text-[var(--el-text-color-secondary)]"
>
<span> {{ item.dataDesc }} </span>
<span> {{ item.totalCount }} </span>
@@ -80,8 +80,8 @@
<!-- Echarts 图表 -->
<el-row :gutter="10" class="mt-5">
<el-col :xs="24" :span="24" class="mb-2">
<VisitTrend id="VisitTrend" width="100%" height="450px" />
<el-col :xs="24" :span="24">
<VisitTrend id="VisitTrend" width="100%" height="400px" />
</el-col>
</el-row>
</div>