浏览代码

route update

abpcoder 3 周之前
父节点
当前提交
8ae2707685

+ 2 - 2
src/views/career/components/CareerHollandReportDetail.vue

@@ -1,6 +1,6 @@
 <template>
-  <div class="detail bg-page fx-column fx-cen-cen">
-    <index-card title="测评记录" sub-title="专业兴趣测评" class="index-block">
+  <div class="detail bg-page fx-column fx-cen-cen app-container">
+    <index-card title="测评记录" sub-title="专业兴趣测评">
       <el-button slot="more" v-has-history size="small" round @click="$router.back()">返回</el-button>
       <holland :holl-info="hollInfo" />
     </index-card>

+ 2 - 2
src/views/career/components/CareerMbtiReportDetail.vue

@@ -1,6 +1,6 @@
 <template>
-  <div class="detail bg-page fx-column fx-cen-cen">
-    <index-card title="测评记录" sub-title="迈尔斯布里格斯类型指标" class="index-block">
+  <div class="detail bg-page fx-column fx-cen-cen app-container">
+    <index-card title="测评记录" sub-title="迈尔斯布里格斯类型指标">
       <el-button slot="more" v-has-history size="small" round @click="$router.back()">返回</el-button>
       <component :is="compName" :scores="scores" />
     </index-card>