历史图片

master
13703816893 2 years ago
parent 915fabdcba
commit 7efc8c291b

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

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

Loading…
Cancel
Save