26 lines
440 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">
<img class="img" src="../../../assets/images/qualityManage/hygl.png" alt="">
</div>
<div class="imgbox" style="margin-top: 30px;">
<img src="../../../assets/images/qualityManage/hygl2.png" alt="">
</div>
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>