无人机管理后台前端(已迁走)
张含笑
2025-08-07 6571493935b0c04fc3dd73787bc8774809cb0d93
feat:事件工单样式修复
1 files modified
20 ■■■■■ changed files
src/views/tickets/ticket.vue 20 ●●●●● patch | view | raw | blame | history
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;