From ac3ad638949e4d560ddf69320a5f9bb28ca5aaca Mon Sep 17 00:00:00 2001 From: ahaos <8406649+lhailgl@user.noreply.gitee.com> Date: 星期三, 19 七月 2023 22:48:30 +0800 Subject: [PATCH] !29 修改列表打开对话框和接口请求顺序 Merge pull request !29 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