Explorar el Código

老师-学生列表调整

Xiao_123 hace 2 meses
padre
commit
a95e4e27d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/recruit/teacher/studentList/index.vue

+ 1 - 1
src/views/recruit/teacher/studentList/index.vue

@@ -41,7 +41,7 @@
     </div>
 
     <v-navigation-drawer v-model="showDetail" absolute location="right" rounded temporary width="700" class="pa-5">
-    <div class="resume-header" style="height: 50px;">
+    <div class="resume-header" style="height: 60px;">
       <div class="resume-title">{{ itemData?.person?.name }} - 实习报告</div>
       <Autocomplete v-model="enterpriseId" :item="enterpriseItem" @change="handleEnterprise"></Autocomplete>
     </div>