diff --git a/src/views/data/photo/index.vue b/src/views/data/photo/index.vue index 57a70b1..63d6861 100644 --- a/src/views/data/photo/index.vue +++ b/src/views/data/photo/index.vue @@ -2,14 +2,9 @@
- + - - + - + + + + + 搜索 重置 @@ -44,32 +34,23 @@
- +
-
{{item.stnm}}
+
{{ item.stnm }}
-
{{item.value}}
-
{{item.tm}}
+
{{ item.value }}
+
{{ item.tm }}
- + @@ -83,7 +64,7 @@ +.monitor { + display: flex; + flex-wrap: wrap; + justify-content: space-around; +} + +.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; +} + diff --git a/src/views/web/camera/index.vue b/src/views/web/camera/index.vue index 82bee99..8296626 100644 --- a/src/views/web/camera/index.vue +++ b/src/views/web/camera/index.vue @@ -220,7 +220,7 @@ end-placeholder="结束日期" @change="chooseTimeRange" :picker-options="setDateRange"> - 查询 + 查询 @@ -615,7 +615,7 @@ export default { }, - async handleQuery() { + async handleAutoQuery() { let res = await this.$axiosGet('/web/camera/getloginfo', this.logform.queryForm); if (res.code === 0) {