历史图片

master
13703816893 2 years ago
parent 915fabdcba
commit 7efc8c291b

@ -10,7 +10,6 @@
:autoplay="false"
height="600px"
indicator-position="none"
@change="changebtn"
>
<el-carousel-item v-for="(item, index) in imglist" :key="index">
<el-image :src="item.path" fit="contain"></el-image>
@ -59,6 +58,8 @@ export default {
}).then((res) => {
this.imglist.push(res.data.list);
this.total = res.data.total;
console.log(this.imglist)
console.log(e);
});
}
},

@ -455,7 +455,7 @@ export default {
},
};
</script>
<style lang="less">
<style lang="less" scoped>
.alarmHandBox {
width: calc(100% - 32px);
height: calc(100% - 32px);
@ -539,7 +539,7 @@ export default {
}
.alarmContain {
display: flex;
height: calc(100% - 48px);
height: calc(100% - 90px);
padding: 0px 8px;
.alarmTable {
width: 50%;

Loading…
Cancel
Save