From c13c622eac5551c6f099f148feb5256711ca34de Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期二, 11 七月 2023 21:03:01 +0800 Subject: [PATCH] !25 部分优化以及新增功能 Merge pull request !25 from ahaos/tspr --- src/views/monitor/cache/index.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/monitor/cache/index.vue b/src/views/monitor/cache/index.vue index 5cc2be5..8719c94 100644 --- a/src/views/monitor/cache/index.vue +++ b/src/views/monitor/cache/index.vue @@ -2,7 +2,7 @@ <div class="p-2"> <el-row> <el-col :span="24" class="card-box"> - <el-card> + <el-card shadow="hover"> <template #header> <Monitor style="width: 1em; height: 1em; vertical-align: middle;" /> <span style="vertical-align: middle;">鍩烘湰淇℃伅</span> @@ -98,7 +98,7 @@ </el-col> <el-col :span="12" class="card-box"> - <el-card> + <el-card shadow="hover"> <template #header> <PieChart style="width: 1em; height: 1em; vertical-align: middle;" /> <span style="vertical-align: middle;">鍛戒护缁熻</span> @@ -110,7 +110,7 @@ </el-col> <el-col :span="12" class="card-box"> - <el-card> + <el-card shadow="hover"> <template #header> <Odometer style="width: 1em; height: 1em; vertical-align: middle;" /> <span style="vertical-align: middle;">鍐呭瓨淇℃伅</span> </template> @@ -126,7 +126,6 @@ <script setup name="Cache" lang="ts"> import { getCache } from '@/api/monitor/cache'; import * as echarts from 'echarts'; -import { ComponentInternalInstance } from "vue"; const cache = ref<any>({}); const commandstats = ref(); -- Gitblit v1.9.3