From 6571493935b0c04fc3dd73787bc8774809cb0d93 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 07 Aug 2025 11:28:47 +0800
Subject: [PATCH] feat:事件工单样式修复

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

diff --git a/src/views/tickets/ticket.vue b/src/views/tickets/ticket.vue
index 2ff941a..a0424a3 100644
--- a/src/views/tickets/ticket.vue
+++ b/src/views/tickets/ticket.vue
@@ -652,7 +652,7 @@
       </div>
 
         <!-- 操作按钮 -->
-        <div class="dialog-footer">
+        <div class="dialog-footer1">
             <div
                 class="leftBtn"
                 :class="currentIndex === 0 ? 'disableds' : ''"
@@ -3175,6 +3175,23 @@
 }
 
 .dialog-footer {
+  text-align: center;
+  padding-top: 16px;
+  border-top: 1px solid #ebeef5;
+
+  .el-button + .el-button {
+    margin-left: 12px;
+  }
+
+  .el-button {
+    padding: 9px 20px;
+
+    &:last-child {
+      margin-left: 12px;
+    }
+  }
+}
+.dialog-footer1 {
   position: sticky;
     bottom: 28px;
     left: 0;
@@ -3201,7 +3218,6 @@
     }
   }
 }
-
 .map-container {
   width: 100%;
   height: 400px;

--
Gitblit v1.9.3