Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-06-30 17:50:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
85a3fdf07930f56c992031efa430fb03a6520fab
85a3fdf0
1 parent
39595de5
style(teacher): 调整学生页面班级列表的间距格式
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
src/views/teacher/studentPage.vue
src/views/teacher/studentPage.vue
View file @
85a3fdf
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2025-06-19 17:12:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-06-
27 14:45:33
* @LastEditTime: 2025-06-
30 17:45:27
* @FilePath: /mlaj/src/views/teacher/studentPage.vue
* @Description: 学生详情页面
-->
...
...
@@ -22,7 +22,9 @@
</div>
<div class="flex items-center mb-2">
<van-icon name="chat-o" size="16" color="#10b981" class="mr-1" />
<span class="text-sm text-gray-600 mr-4" v-for="(item, index) in studentInfo.class_list" :key="index">{{ item.class_name }}</span>
<span class="text-sm text-gray-600 mr-4">
<span class="mr-1" v-for="(item, index) in studentInfo.class_list" :key="index">{{ item.class_name }}</span>
</span>
<van-icon name="phone-o" size="16" color="#10b981" class="mr-1" />
<span class="text-sm text-gray-600">{{ formatPhone(studentInfo.mobile) }}</span>
</div>
...
...
Please
register
or
login
to post a comment