From 720e0926fa1c94b952c26e111206c5d6e1ed5ba2 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 21 四月 2026 15:59:49 +0800
Subject: [PATCH] Merge branch 'master' of http://47.97.1.152:5880/r/zy-wcs-master

---
 src/main/webapp/views/httpRequestLog/httpRequestLog.html |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/httpRequestLog/httpRequestLog.html b/src/main/webapp/views/httpRequestLog/httpRequestLog.html
index 758b4ac..b377de5 100644
--- a/src/main/webapp/views/httpRequestLog/httpRequestLog.html
+++ b/src/main/webapp/views/httpRequestLog/httpRequestLog.html
@@ -94,6 +94,11 @@
             min-width: 220px;
         }
 
+        .toolbar-search-item.wide {
+            flex: 0 0 220px;
+            min-width: 220px;
+        }
+
         .toolbar-query-actions,
         .toolbar-ops {
             display: flex;
@@ -347,7 +352,7 @@
                             <div
                                 v-for="field in quickSearchableFields"
                                 :key="'quick-' + field.field"
-                                class="toolbar-search-item">
+                                :class="['toolbar-search-item', { wide: field.quickSearch }]">
                                 <el-select
                                     v-if="field.kind === 'enum'"
                                     v-model="searchForm[field.field]"
@@ -665,6 +670,6 @@
 <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>
 <script type="text/javascript" src="../../static/vue/js/vue.min.js"></script>
 <script type="text/javascript" src="../../static/vue/element/element.js"></script>
-<script type="text/javascript" src="../../static/js/httpRequestLog/httpRequestLog.js?v=20260310" charset="utf-8"></script>
+<script type="text/javascript" src="../../static/js/httpRequestLog/httpRequestLog.js?v=20260411" charset="utf-8"></script>
 </body>
 </html>

--
Gitblit v1.9.1