26 lines
450 B
Vue
Raw Normal View History

2022-06-15 13:59:02 +08:00
<template>
<div>
2022-06-15 15:42:53 +08:00
<div class="imgbox">
2022-06-28 09:09:51 +08:00
<img class="img" src="../../../assets/images/qualityManage/hygl3.png" alt="">
2022-06-15 15:42:53 +08:00
</div>
2022-06-28 09:09:51 +08:00
<!-- <div class="imgbox" style="margin-top: 30px;">
2022-06-15 15:42:53 +08:00
<img src="../../../assets/images/qualityManage/hygl2.png" alt="">
2022-06-28 09:09:51 +08:00
</div> -->
2022-06-15 15:42:53 +08:00
2022-06-15 13:59:02 +08:00
</div>
</template>
<script>
</script>
<style lang="less" scoped>
2022-06-15 15:42:53 +08:00
.imgbox{
display: flex;
justify-content: center;
width: 100%;
img{
width: 90%;
}
}
2022-06-15 13:59:02 +08:00
</style>