From e7dce36f4b45d4986b8b09781e3c822c00d3f4e1 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Wed, 21 Feb 2024 17:08:08 +0800
Subject: [PATCH] 维修基金申请优化

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

diff --git a/src/views/monitor/log/api.vue b/src/views/monitor/log/api.vue
index 85c2d11..2209fbf 100644
--- a/src/views/monitor/log/api.vue
+++ b/src/views/monitor/log/api.vue
@@ -47,7 +47,8 @@
                         prop: "serviceId",
                         width: '120',
                         searchSpan: 4,
-                        search: true
+                        search: true,
+                        searchLabelWidth: 60,
                     },
                     {
                         label: "服务host",

--
Gitblit v1.9.3