Browse Source

mx index-block style replace with width100

hehaibo 1 year ago
parent
commit
6a1f34b970

+ 1 - 1
src/views/career/MentalHealth/paper.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="bg-page fx-column fx-cen-cen">
-    <index-card title="心理健康(MHT)" class="index-block">
+    <index-card title="心理健康(MHT)" class="width100">
       <el-button slot="more" v-has-history size="small" round @click="$router.back()">返回</el-button>
       <mx-paper :options="options" />
     </index-card>

+ 1 - 1
src/views/career/MentalHealth/report.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="app-container bg-page fx-column fx-cen-cen">
-    <index-card class="index-block" title="心理健康诊断测验报告" :sub-title="nickName">
+    <index-card class="width100" title="心理健康诊断测验报告" :sub-title="nickName">
       <div slot="more">
         <el-button v-loading="loading" size="mini" type="primary" round @click="handleDownload">下载</el-button>
         <el-button v-has-history size="mini" round @click="$router.push({name: 'MentalHealthIndex'})">返回</el-button>

+ 1 - 1
src/views/career/MultipleWay/form.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="app-container bg-page fx-column fx-cen-cen">
-    <el-card shadow="never" class="bg-white vs-index-card index-block">
+    <el-card shadow="never" class="bg-white vs-index-card width100">
       <template #header>
         <el-steps :active="step" finish-status="success" simple>
           <el-step title="1、请确定您的个人信息" class="pointer" @click.native="step=0" />

+ 1 - 1
src/views/career/MultipleWay/report.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="app-container bg-page fx-column fx-cen-cen">
-    <index-card class="index-block" title="多元升学路径报告" :sub-title="nickName">
+    <index-card class="width100" title="多元升学路径报告" :sub-title="nickName">
       <div slot="more">
         <el-button v-loading="loading" size="mini" type="primary" round @click="handleDownload">下载</el-button>
         <el-button v-has-history size="mini" round @click="backToMultiwayIndex">返回</el-button>