12 lines
220 B
Vue
Raw Normal View History

2022-06-15 13:59:02 +08:00
<template>
2022-06-15 16:40:46 +08:00
<div class="imgbox">
<img class="img" src="../../../assets/images/zjbigScreen/binscreen.png" alt="">
</div>
2022-06-15 13:59:02 +08:00
</template>
<script>
</script>
<style lang="less" scoped>
2022-06-15 16:40:46 +08:00
.img{
width:1750px;
}
2022-06-15 13:59:02 +08:00
</style>