From f382aeb41602bd16157bb08117fcef6e53f53379 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sat, 22 Nov 2025 16:51:45 +0800
Subject: [PATCH] feat:时间调整
---
src/views/tickets/ticketComponent/TicketDetailDialog.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/tickets/ticketComponent/TicketDetailDialog.vue b/src/views/tickets/ticketComponent/TicketDetailDialog.vue
index e1c42fc..6f9d483 100644
--- a/src/views/tickets/ticketComponent/TicketDetailDialog.vue
+++ b/src/views/tickets/ticketComponent/TicketDetailDialog.vue
@@ -825,13 +825,14 @@
.step-timer {
position: absolute;
- right: 80%;
+ right: 92%;
top: 50%;
transform: translateY(-50%);
width: 100px;
margin-left: 4px;
color: #666;
font-size: 12px;
+ white-space: nowrap;
}
.event-total-time {
@@ -1205,6 +1206,7 @@
max-height: 600px;
overflow-y: scroll;
overflow-x: hidden;
+
}
.media-box {
--
Gitblit v1.9.3