diff --git a/src/views/realTimeMonitor/components/carouselChart.vue b/src/views/realTimeMonitor/components/carouselChart.vue
index d1225a1..18bcc0b 100644
--- a/src/views/realTimeMonitor/components/carouselChart.vue
+++ b/src/views/realTimeMonitor/components/carouselChart.vue
@@ -50,7 +50,7 @@
slot="placeholder"
class="image-slot"
:style="{
- backgroundImage: 'url(' + currentPicPath + '!160x60' + ')',
+ backgroundImage: 'url(' + currentPicPath + '!260x160' + ')',
}"
>
@@ -115,7 +115,7 @@
item.path.indexOf('videos') == -1
"
>
-
+
@@ -150,7 +150,7 @@
-
![]()
+
- scrollContainer.scrollWidth
- ) {
- scrollDistance = scrollContainer.scrollWidth - scrollContainerWidth;
- }
- // 调整滚动容器的scrollLeft
- scrollContainer.scrollLeft = scrollDistance;
+ // let scrollDistance =
+ // selectedItemLeft - (scrollContainerWidth - selectedItemWidth) / 2;
+ // if (scrollDistance < 0) {
+ // scrollDistance = 0;
+ // } else if (
+ // scrollDistance + scrollContainerWidth >
+ // scrollContainer.scrollWidth
+ // ) {
+ // scrollDistance = scrollContainer.scrollWidth - scrollContainerWidth;
+ // }
+ // // 调整滚动容器的scrollLeft
+ // scrollContainer.scrollLeft = scrollDistance;
}
},
loadImage() {
diff --git a/src/views/realTimeMonitor/components/ptzDevice/components/setTime.vue b/src/views/realTimeMonitor/components/ptzDevice/components/setTime.vue
new file mode 100644
index 0000000..b287a86
--- /dev/null
+++ b/src/views/realTimeMonitor/components/ptzDevice/components/setTime.vue
@@ -0,0 +1,464 @@
+
+
+
+
+
+
通道:
+
+
+
+
+ 预置位:
+
+
+
+ 选择时间段:
+
+
+ 时间间隔:
+
+ 时间列表
+ 查询
+
+
+
+ -
+ {{ formatTime(time) }}
+
+
+
+
+ 时间点:{{ $moment(item).format("HH:mm") }} + 预置位:
+ {{ item.preset }}
+
+
+
+
+
+
+
+
+
diff --git a/src/views/realTimeMonitor/components/ptzDevice/ptzDraw.vue b/src/views/realTimeMonitor/components/ptzDevice/ptzDraw.vue
index edaca13..a374292 100644
--- a/src/views/realTimeMonitor/components/ptzDevice/ptzDraw.vue
+++ b/src/views/realTimeMonitor/components/ptzDevice/ptzDraw.vue
@@ -81,10 +81,18 @@
{{ speedVal }}%
- 主动拍照
- 开启雨刷主动拍照
+ 下发时间表
+
镜头除雾
确 定
+
+
+
+
+
+
+
+ {{
+ item.alias !== null && item.alias !== ""
+ ? item.alias
+ : item.channelname
+ }}
+
+
+
+
+
+
+
+
+
+
+