Blame view

src/views/sjgx/gbmsjgx/gbmsjgx.vue 263 Bytes
1
<template>
2 3
  <div class="duijie">
    <img src="../../../image/duijie.png" alt="">
4 5
  </div>
</template>
6

7 8
<script>

9
export default {
10

11 12
}
</script>
13

14 15 16 17 18 19
<style lang="scss" scoped>
.duijie{
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center
20

21 22 23
}

</style>