[测评系统]--前端(用户答题页面)
yj
2024-05-07 6ad528944f24daec8547126bf591868a00b1176a
src/layout/index.vue
@@ -7,8 +7,9 @@
        <!--<component :is="langSelect"></component>-->
      </div>
      <div class="head-user" style="float:left;">
        <span></span>
        <el-dropdown trigger="click" placement="bottom">
          <el-image v-if="productType==='API_Fan'" :style="{'width': isMobile?'120px':'150px','margin-top':'5px'}" :src="require('@/assets/logo-apifan.png')" fit="fill"></el-image>
          <el-image v-if="productType==='API_Fan'" :style="{'height': isMobile?'50px':'60px','margin-top':'5px'}" :src="require('@/assets/logo-apifan.png')" fit="fill"></el-image>
          <el-badge v-else style="height: 50px;">
            <el-avatar  class="el-dropdown-avatar" size="medium"  :src="userInfo.imagePath === null ? require('@/assets/logo-t.jpg') : userInfo.imagePath"></el-avatar>
          </el-badge>
@@ -18,7 +19,7 @@
        </el-dropdown>
      </div>
    </el-header>
    <el-main class="student-main">
    <el-main class="student-main" style="margin-top:20px;">
      <router-view/>
    </el-main>
    <el-footer height="340" class="student-footer">