按钮功能

master
fanluyan 2 years ago
parent a2e2e80834
commit 5651276684

@ -135,6 +135,13 @@ export default {
max-height: 100%; max-height: 100%;
} }
} }
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
display: none !important;
}
} }
.gallery-thumbs { .gallery-thumbs {
width: 100%; width: 100%;

@ -70,23 +70,16 @@
>主动拍照</el-button >主动拍照</el-button
> >
<el-button type="primary" @click="handleShowErr" <el-button type="primary" @click="handleShowErr"
>主动录像</el-button >获取GPS位置</el-button
> >
<el-button type="primary" @click="handleShowErr" <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 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 type="primary" @click="handleShowErr"
>监拍点信息</el-button >监拍点信息</el-button
> >
@ -329,6 +322,7 @@ export default {
width: 220px; width: 220px;
padding: 16px 16px; padding: 16px 16px;
border-left: 1px solid #dcdfe6; border-left: 1px solid #dcdfe6;
position: relative;
.monitorItemBox, .monitorItemBox,
.paramsDate, .paramsDate,
.setTimebtn { .setTimebtn {
@ -344,6 +338,8 @@ export default {
} }
} }
.setTimebtn { .setTimebtn {
// position: absolute;
// bottom: 0px;
.buttonGroup { .buttonGroup {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;

Loading…
Cancel
Save