diff --git a/src/views/data/photo/index.vue b/src/views/data/photo/index.vue index dc580bf..3275cc0 100644 --- a/src/views/data/photo/index.vue +++ b/src/views/data/photo/index.vue @@ -2,14 +2,9 @@
- + - - - + + + + 搜索 重置 - +
+ {{searchInfo}} +
- +
-
{{item.stnm}}
+
{{ item.stnm }}
-
{{item.value}}
-
{{item.tm}}
+
{{ item.value }}
+
{{ item.tm }}
- + @@ -83,7 +66,7 @@ +.card { + margin-bottom: 20px; + box-shadow: 2px 2px 8px #ccc; +} + +img { + width: 300px; +} + +.show-img { + width: 100%; + margin: 0 auto; +} + +.info { + padding: 16px; + display: flex; + justify-content: space-between; + line-height: 24px; + color: #999; +} + +.station {} + +.nm { + color: #333; + margin-top: 10px; + font-size: 20px; +} + +.value { + text-align: center; +} +.showSearch{ + text-align: center; + line-height: 200px; + font-size: 25px; +} + diff --git a/src/views/web/camera/index.vue b/src/views/web/camera/index.vue index 82bee99..36cd9ae 100644 --- a/src/views/web/camera/index.vue +++ b/src/views/web/camera/index.vue @@ -95,6 +95,8 @@ 查看日志 + 查看时间 + 重启 自动重启配置 @@ -220,7 +222,7 @@ end-placeholder="结束日期" @change="chooseTimeRange" :picker-options="setDateRange"> - 查询 + 查询 @@ -239,11 +241,85 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+