yj
2024-05-09 325a5fb0c4a83b20849578c22dc49c0453c01dec
src/views/demography/logo.vue
@@ -1,10 +1,10 @@
<template>
  <div class="demography">
    <el-row style="display: flex;justify-content: center;">
      <el-image :src="require('@/assets/logo-apifan.png')" fit="fill"></el-image>
      <el-image style="margin-top:30px" :src="require('@/assets/logo-apifan.png')" fit="fill"></el-image>
    </el-row>
    <el-row style="display: flex;justify-content: center;">
      <el-button @click="next" type="primary">开始测试</el-button>
      <el-button style="margin-top:20px" @click="next" type="primary">开始测试</el-button>
    </el-row>
  </div>
</template>