hookehuyr

style(teacher): 调整学生页面班级列表的间距格式

...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Author: hookehuyr hookehuyr@gmail.com 2 * @Author: hookehuyr hookehuyr@gmail.com
3 * @Date: 2025-06-19 17:12:19 3 * @Date: 2025-06-19 17:12:19
4 * @LastEditors: hookehuyr hookehuyr@gmail.com 4 * @LastEditors: hookehuyr hookehuyr@gmail.com
5 - * @LastEditTime: 2025-06-27 14:45:33 5 + * @LastEditTime: 2025-06-30 17:45:27
6 * @FilePath: /mlaj/src/views/teacher/studentPage.vue 6 * @FilePath: /mlaj/src/views/teacher/studentPage.vue
7 * @Description: 学生详情页面 7 * @Description: 学生详情页面
8 --> 8 -->
...@@ -22,7 +22,9 @@ ...@@ -22,7 +22,9 @@
22 </div> 22 </div>
23 <div class="flex items-center mb-2"> 23 <div class="flex items-center mb-2">
24 <van-icon name="chat-o" size="16" color="#10b981" class="mr-1" /> 24 <van-icon name="chat-o" size="16" color="#10b981" class="mr-1" />
25 - <span class="text-sm text-gray-600 mr-4" v-for="(item, index) in studentInfo.class_list" :key="index">{{ item.class_name }}</span> 25 + <span class="text-sm text-gray-600 mr-4">
26 + <span class="mr-1" v-for="(item, index) in studentInfo.class_list" :key="index">{{ item.class_name }}</span>
27 + </span>
26 <van-icon name="phone-o" size="16" color="#10b981" class="mr-1" /> 28 <van-icon name="phone-o" size="16" color="#10b981" class="mr-1" />
27 <span class="text-sm text-gray-600">{{ formatPhone(studentInfo.mobile) }}</span> 29 <span class="text-sm text-gray-600">{{ formatPhone(studentInfo.mobile) }}</span>
28 </div> 30 </div>
......