From cfb38defe43a3c3e4d42a95e0128e08a7908490f Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 29 May 2025 17:07:33 +0800
Subject: [PATCH] feat:图表适配,修改任务管理图表的大小

---
 src/views/monitor/log/api.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/monitor/log/api.vue b/src/views/monitor/log/api.vue
index cdbce9a..08f7894 100644
--- a/src/views/monitor/log/api.vue
+++ b/src/views/monitor/log/api.vue
@@ -37,8 +37,8 @@
         total: 0,
       },
       option: {
-        height: 'auto',
-        calcHeight: 32,
+        // height: 'auto',
+        // calcHeight: 32,
         tip: false,
         searchShow: true,
         searchMenuSpan: 6,
@@ -186,7 +186,6 @@
     },
     onLoad(page, params = {}) {
       const { daterange } = this.query;
-      console.log(daterange,999)
       let values = {
         ...params,
         ...this.query,

--
Gitblit v1.9.3