|
|
|
@ -70,23 +70,16 @@
|
|
|
|
|
>主动拍照</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button type="primary" @click="handleShowErr"
|
|
|
|
|
>主动录像</el-button
|
|
|
|
|
>获取GPS位置</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button type="primary" @click="handleShowErr"
|
|
|
|
|
>历史图片</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button type="primary" @click="handleShowErr"
|
|
|
|
|
>历史图片对比</el-button
|
|
|
|
|
>装置复位</el-button
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
<el-button type="primary" @click="handleShowErr"
|
|
|
|
|
>图片标记</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button type="primary" @click="handleShowErr"
|
|
|
|
|
>主动巡航</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button type="primary" @click="handleShowErr"
|
|
|
|
|
>隐患类型</el-button
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
<el-button type="primary" @click="handleShowErr"
|
|
|
|
|
>监拍点信息</el-button
|
|
|
|
|
>
|
|
|
|
@ -329,6 +322,7 @@ export default {
|
|
|
|
|
width: 220px;
|
|
|
|
|
padding: 16px 16px;
|
|
|
|
|
border-left: 1px solid #dcdfe6;
|
|
|
|
|
position: relative;
|
|
|
|
|
.monitorItemBox,
|
|
|
|
|
.paramsDate,
|
|
|
|
|
.setTimebtn {
|
|
|
|
@ -344,6 +338,8 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.setTimebtn {
|
|
|
|
|
// position: absolute;
|
|
|
|
|
// bottom: 0px;
|
|
|
|
|
.buttonGroup {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|