From b738a53b3c45d6ba801859c7902f2ce12fab7cf6 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 17 Sep 2025 11:01:20 +0800
Subject: [PATCH] feat:去掉复核状态
---
src/views/monitor/log/api.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/monitor/log/api.vue b/src/views/monitor/log/api.vue
index a8e6a22..159ec99 100644
--- a/src/views/monitor/log/api.vue
+++ b/src/views/monitor/log/api.vue
@@ -40,7 +40,7 @@
dialogType: 'drawer',
height: 'auto',
- calcHeight: 0,
+ calcHeight: 20,
column: [
{
--
Gitblit v1.9.3