xbx #112

Merged
theluyuan merged 8 commits from xbx into master 2020-11-03 06:36:05 +00:00
Showing only changes of commit 81895edf3d - Show all commits

View File

@ -9,7 +9,7 @@
<div style="display: flex"> <div style="display: flex">
<img :src="i.img" alt="" /> <img :src="i.img" alt="" />
<div class="stuinfo"> <div class="stuinfo">
<div>{{ i.name }} {{zid}}</div> <div>{{ i.name }}</div>
<div class="lessonname">{{ i.interest }}</div> <div class="lessonname">{{ i.interest }}</div>
</div> </div>
</div> </div>