From 3e185addccf1a676871bd95bc6d2172713206ee3 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Sat, 22 Nov 2025 19:11:17 +0800
Subject: [PATCH] Merge branch 'feature/v8.0/8.0.3' into test

---
 src/views/tickets/orderLog.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/tickets/orderLog.vue b/src/views/tickets/orderLog.vue
index cbab2f2..eaae7b1 100644
--- a/src/views/tickets/orderLog.vue
+++ b/src/views/tickets/orderLog.vue
@@ -442,7 +442,7 @@
   .task-table {
     //height: 0;
     //flex: 1;
-    height: 500px;
+    height: calc(100vh - 380px);
     margin-top: 18px;
     overflow: auto;
   }

--
Gitblit v1.9.3