无人机管理后台前端(已迁走)
470dbce4c83de0f4e4e3732c05a8573d1b060fee..f382aeb41602bd16157bb08117fcef6e53f53379
2025-11-22 张含笑
feat:时间调整
f382ae diff | tree
2025-11-22 张含笑
feat:11
9394db diff | tree
1 files modified
6 ■■■■■ changed files
src/views/tickets/ticketComponent/TicketDetailDialog.vue 6 ●●●●● patch | view | raw | blame | history
src/views/tickets/ticketComponent/TicketDetailDialog.vue
@@ -783,7 +783,7 @@
<style lang="scss">
.custom-dialog {
  height: 96vh;
// min-height: 50vh;
  .el-dialog__body {
    border-top: 0.1rem solid #f0f0f0;
  }
@@ -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 {