dedsudiyu 10 시간 전
부모
커밋
d03fcec27d
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/safetyEducationExaminationNew/workbench/UserInfoCard.vue

+ 3 - 3
src/views/safetyEducationExaminationNew/workbench/UserInfoCard.vue

@@ -7,7 +7,7 @@
     </div>
     <div class="user-info-max-box">
       <!--用户信息-->
-      <div :class="userInfo.userType == 1?'min-height-box':''" class="left-max-box">
+      <div class="left-max-box">
         <div class="left-min-box">
           <p>姓名</p>
           <p>{{userInfo.userName}}</p>
@@ -34,7 +34,7 @@
         </div>
       </div>
       <!--进度-->
-      <div :class="userInfo.userType == 1?'min-height-box':''" class="center-max-box">
+      <div class="center-max-box">
         <div class="center-title-box scrollbar-x-box">
           <p>{{userInfo.gradeRange}}</p>
           <p :style="'color:'+userInfo.levelColor+';'" v-if="userInfo.levelName">{{userInfo.levelName}}</p>
@@ -64,7 +64,7 @@
         </div>
       </div>
       <!--任务-->
-      <div :class="userInfo.userType == 1?'min-height-box':''" class="right-max-box">
+      <div class="right-max-box">
         <p class="right-title-p">当前学年任务状态</p>
         <div class="right-big-box">
           <p>考试状态</p>