Quellcode durchsuchen

王子文 专项培养

wangggziwen vor 3 Jahren
Ursprung
Commit
e56b41a10e

+ 1 - 1
ui/src/views/training/spec/monthlyfeedback/index.vue

@@ -156,7 +156,7 @@
         <el-form v-if="detailFeedback != null">
           <h3 style="margin-top:30px;margin-bottom:20px;">导师反馈</h3>
           <el-form-item>
-            <p v-html="detailFeedback" style="border:1px solid #DFE6EC;"/>
+            <p v-html="detailFeedback" style="border:1px solid #DFE6EC; overflow:scroll; height:200px;"/>
           </el-form-item>
         </el-form>
       </div>

+ 1 - 1
ui/src/views/training/spec/myplan/index.vue

@@ -165,7 +165,7 @@
       <el-form v-if="mentorFeedback != null">
         <h3 style="margin-bottom:20px;">导师反馈</h3>
         <el-form-item>
-          <p v-html="mentorFeedback" style="border:1px solid #DFE6EC;" />
+          <p v-html="mentorFeedback" style="border:1px solid #DFE6EC; overflow:scroll; height:200px;" />
         </el-form-item>
       </el-form>
       <h3>我的心得</h3>

+ 4 - 3
ui/src/views/training/spec/plan/index.vue

@@ -450,17 +450,18 @@
             </template>
           </el-table-column>
         </el-table>
-        <h3 style="margin-top:30px;margin-bottom:20px;">导师反馈</h3>
         <el-form v-if="feedbackDialog.studyState == 2">
+          <h3 style="margin-top:30px;margin-bottom:20px;">导师反馈</h3>
           <el-form-item>
             <editor v-model="feedbackParams.mentorFeedback" :min-height="192"/>
           </el-form-item>
         </el-form>
         <el-form v-if="mentorFeedback != null && feedbackDialog.studyState != 2">
+          <h3 style="margin-top:30px;margin-bottom:20px;">导师反馈</h3>
         <el-form-item>
-          <p v-html="mentorFeedback" style="border:1px solid #DFE6EC;" />
+          <p v-html="mentorFeedback" style="border:1px solid #DFE6EC; overflow:scroll; height:200px;" />
         </el-form-item>
-      </el-form>
+        </el-form>
         <div style="text-align:center;">
           <el-button 
             @click="handleApprove()" 

+ 1 - 1
ui/src/views/training/spec/seasonalfeedback/index.vue

@@ -399,7 +399,7 @@
         <el-form v-if="detailFeedback != null">
           <h3 style="margin-top:30px;margin-bottom:20px;">导师反馈</h3>
           <el-form-item>
-            <p v-html="detailFeedback" style="border:1px solid #DFE6EC;"/>
+            <p v-html="detailFeedback" style="border:1px solid #DFE6EC; overflow:scroll; height:200px;"/>
           </el-form-item>
         </el-form>
       </div>