[测评系统]--前端(用户答题页面)
阳洁
2024-03-05 abff99332f01964f43859b6cc88d22dcac12c343
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>