From ca3102c34f27833c6a65db932ae7b6c19b2ed82f Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Sat, 22 Nov 2025 19:10:53 +0800
Subject: [PATCH] feat:智飞工单
---
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 1fe5bc9..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: 600px;
+ height: calc(100vh - 380px);
margin-top: 18px;
overflow: auto;
}
--
Gitblit v1.9.3