|
@@ -7,7 +7,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="user-info-max-box">
|
|
<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">
|
|
<div class="left-min-box">
|
|
|
<p>姓名</p>
|
|
<p>姓名</p>
|
|
|
<p>{{userInfo.userName}}</p>
|
|
<p>{{userInfo.userName}}</p>
|
|
@@ -34,7 +34,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</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">
|
|
<div class="center-title-box scrollbar-x-box">
|
|
|
<p>{{userInfo.gradeRange}}</p>
|
|
<p>{{userInfo.gradeRange}}</p>
|
|
|
<p :style="'color:'+userInfo.levelColor+';'" v-if="userInfo.levelName">{{userInfo.levelName}}</p>
|
|
<p :style="'color:'+userInfo.levelColor+';'" v-if="userInfo.levelName">{{userInfo.levelName}}</p>
|
|
@@ -64,7 +64,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</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>
|
|
<p class="right-title-p">当前学年任务状态</p>
|
|
|
<div class="right-big-box">
|
|
<div class="right-big-box">
|
|
|
<p>考试状态</p>
|
|
<p>考试状态</p>
|