dedsudiyu 13 годин тому
батько
коміт
d03fcec27d

+ 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>