From cfb38defe43a3c3e4d42a95e0128e08a7908490f Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 29 May 2025 17:07:33 +0800
Subject: [PATCH] feat:图表适配,修改任务管理图表的大小

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

diff --git a/src/views/tickets/orderLog.vue b/src/views/tickets/orderLog.vue
index 0ffdaee..4fc1b6a 100644
--- a/src/views/tickets/orderLog.vue
+++ b/src/views/tickets/orderLog.vue
@@ -1381,6 +1381,9 @@
 </script>
 
 <style lang="scss" scoped>
+:deep(.el-pagination .el-select ){
+width: 128px !important;
+}
 .step-timer {
   position: absolute;
   left: 80%;

--
Gitblit v1.9.3