无人机管理后台前端(已迁走)
rain
2025-04-22 9abfc0e09d8e8cfb5e40972c7140c8ab761db868
调整图片大小比例
1 files modified
10 ■■■■ changed files
src/views/tickets/ticket.vue 10 ●●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -291,8 +291,8 @@
                <div class="media-title">事件图片</div>
                <div class="media-content">
                  <el-image v-if="currentDetail.mediaUrl" :src="getThumbUrl(currentDetail.mediaUrl)"
                    :preview-src-list="[currentDetail.mediaUrl]" fit="fill"
                    style="width: 100%; height: 300px; cursor: pointer;">
                    :preview-src-list="[currentDetail.mediaUrl]" fit="contain"
                    style="width: 700px; height: 520px; cursor: pointer;">
                    <template #placeholder>
                      <div class="image-placeholder">
                        <i class="el-icon-picture-outline"></i>
@@ -318,7 +318,7 @@
                  <div class="media-content">
                    <el-image v-if="currentDetail.updatePhotoUrl" :src="getThumbUrl(currentDetail.updatePhotoUrl)"
                      :preview-src-list="[currentDetail.updatePhotoUrl]" fit="fill"
                      style="width: 100%; height: 300px; cursor: pointer;">
                      style="width: 700px; height: 520px; cursor: pointer;">
                      <template #placeholder>
                        <div class="image-placeholder">
                          <i class="el-icon-picture-outline"></i>
@@ -338,7 +338,7 @@
                <template v-else>
                  <div class="media-title">地图标记事件点</div>
                  <div class="media-content">
                    <div id="map-container" style="width: 100%; height: 300px; background: #f5f5f5;">
                    <div id="map-container" style="width: 700px; height: 520px; background: #f5f5f5;">
                      <map-container v-if='detailVisible' ref="MapContainer"></map-container>
                    </div>
                  </div>
@@ -2468,7 +2468,7 @@
.media-content {
  position: relative;
  height: 300px;
  // height: 300px;
}
.image-placeholder,