间距调整

hn2.0
fanluyan 2 years ago
parent 9bc61fae8f
commit 876ca6e533

@ -519,9 +519,9 @@ export default {
</script>
<style lang="less">
.alarmHandBox {
width: calc(100% - 32px);
height: calc(100% - 32px);
padding: 16px 16px;
width: calc(100% - 24px);
height: calc(100% - 24px);
padding: 12px 12px;
background: #ffffff;
.showPic {
position: fixed;
@ -572,9 +572,9 @@ export default {
}
.searchMain {
border: 1px solid #dddddd;
height: calc(100% - 34px);
max-height: calc(100% - 34px);
padding: 16px;
height: calc(100% - 22px);
max-height: calc(100% - 22px);
padding: 12px;
border-radius: 4px;
.searchBox {
.ml10 {

@ -187,15 +187,15 @@ export default {
</script>
<style lang="less">
.camerChannel {
width: calc(100% - 32px);
height: calc(100% - 32px);
padding: 16px 16px;
width: calc(100% - 24px);
height: calc(100% - 24px);
padding: 12px 12px;
background: @color-white;
.deviceBox {
border: 1px solid #dddddd;
height: calc(100% - 32px);
padding: 16px;
height: calc(100% - 24px);
padding: 12px;
border-radius: 4px;
}
.deviceBtnGroup {

@ -224,15 +224,15 @@ export default {
</script>
<style lang="less">
.deviceInformation {
width: calc(100% - 32px);
height: calc(100% - 32px);
padding: 16px 16px;
width: calc(100% - 24px);
height: calc(100% - 24px);
padding: 12px 12px;
background: @color-white;
.deviceBox {
border: 1px solid #dddddd;
height: calc(100% - 32px);
padding: 16px;
height: calc(100% - 24px);
padding: 12px;
border-radius: 4px;
}
.deviceBtnGroup {

@ -109,14 +109,14 @@ export default {
</script>
<style lang="less">
.deviceUpgrade {
width: calc(100% - 32px);
height: calc(100% - 32px);
padding: 16px 16px;
width: calc(100% - 24px);
height: calc(100% - 24px);
padding: 12px 12px;
background: #ffffff;
.upgradeBox {
border: 1px solid #dddddd;
height: calc(100% - 32px);
padding: 16px;
height: calc(100% - 24px);
padding: 12px;
border-radius: 4px;
.upBtnGroup {
display: flex;

@ -30,7 +30,7 @@
</el-select>
</el-form-item>
<el-form-item label="杆塔名称:" prop="towerId">
<el-select v-model="formInfo.towerId" placeholder="请选择">
<el-select v-model="formInfo.towerId" placeholder="请选择" filterable>
<el-option
v-for="item in toweridOptions"
:key="item.id"

@ -683,14 +683,14 @@ export default {
</script>
<style lang="less">
.photoGraphicDevice {
width: calc(100% - 32px);
height: calc(100% - 32px);
padding: 16px 16px;
width: calc(100% - 24px);
height: calc(100% - 24px);
padding: 12px 12px;
background: @color-white;
.photoBox {
border: 1px solid #dddddd;
height: calc(100% - 32px);
padding: 16px;
height: calc(100% - 24px);
padding: 12px;
border-radius: 4px;
.searchBox {
.ml10 {

@ -204,14 +204,14 @@ export default {
</script>
<style lang="less">
.lineInformation {
width: calc(100% - 32px);
height: calc(100% - 32px);
padding: 16px 16px;
width: calc(100% - 24px);
height: calc(100% - 24px);
padding: 12px 12px;
background: @color-white;
.lineBox {
border: 1px solid #dddddd;
height: calc(100% - 32px);
padding: 16px;
height: calc(100% - 24px);
padding: 12px;
border-radius: 4px;
}
.lineBtnGroup {

@ -191,15 +191,15 @@ export default {
</script>
<style lang="less">
.deviceInformation {
width: calc(100% - 32px);
height: calc(100% - 32px);
padding: 16px 16px;
width: calc(100% - 24px);
height: calc(100% - 24px);
padding: 12px 12px;
background: @color-white;
.deviceBox {
border: 1px solid #dddddd;
height: calc(100% - 32px);
padding: 16px;
height: calc(100% - 24px);
padding: 12px;
border-radius: 4px;
}
.deviceBtnGroup {

@ -1,5 +1,6 @@
<template>
<div class="picRotation">
<div class="rotationBox">
<div class="picHead">
<div class="pageNation">
<el-pagination
@ -39,7 +40,9 @@
v-if="item.path !== null && item.path.indexOf('videos') == -1"
class="bigpic"
:style="
item.path ? 'backgroundImage:url(' + item.path + '!128x72)' : ''
item.path
? 'backgroundImage:url(' + item.path + '!128x72)'
: ''
"
>
<img :src="item.path + '!1280x720'" />
@ -78,6 +81,7 @@
</el-col>
</el-row>
</div>
</div>
<el-dialog
title="设置"
:visible.sync="setdialog"
@ -339,10 +343,17 @@ export default {
</script>
<style lang="less">
.picRotation {
width: calc(100% - 32px);
height: calc(100% - 32px);
padding: 16px 16px;
width: calc(100% - 24px);
height: calc(100% - 24px);
padding: 12px 12px;
background: #ffffff;
.rotationBox {
border: 1px solid #dddddd;
height: calc(100% - 22px);
max-height: calc(100% - 22px);
padding: 12px;
border-radius: 4px;
}
.picHead {
display: flex;
align-items: center;

@ -351,14 +351,14 @@ export default {
</script>
<style lang="less">
.realTimeSearch {
width: calc(100% - 32px);
height: calc(100% - 32px);
padding: 16px 16px;
width: calc(100% - 24px);
height: calc(100% - 24px);
padding: 12px 12px;
background: #fff;
.searchMain {
border: 1px solid #dddddd;
height: calc(100% - 32px);
padding: 16px;
height: calc(100% - 22px);
padding: 12px;
border-radius: 4px;
.ml10 {
margin-left: 10px;

@ -118,14 +118,14 @@ export default {
</script>
<style lang="less">
.globalBox {
width: calc(100% - 32px);
height: calc(100% - 32px);
padding: 16px 16px;
width: calc(100% - 24px);
height: calc(100% - 24px);
padding: 12px 12px;
background: #fff;
.setBox {
border: 1px solid #dddddd;
height: calc(100% - 32px);
padding: 16px;
height: calc(100% - 24px);
padding: 12px;
border-radius: 4px;
display: flex;
.globalDrawLine {

@ -171,15 +171,15 @@ export default {
</script>
<style lang="less">
.camerChannel {
width: calc(100% - 32px);
height: calc(100% - 32px);
padding: 16px 16px;
width: calc(100% - 24px);
height: calc(100% - 24px);
padding: 12px 12px;
background: @color-white;
.deviceBox {
border: 1px solid #dddddd;
height: calc(100% - 32px);
padding: 16px;
height: calc(100% - 24x);
padding: 12px;
border-radius: 4px;
}
.deviceBtnGroup {

Loading…
Cancel
Save