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-25 11:52:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
79fe872d1d563804f4c597be2b6adc519a0efc06
79fe872d
1 parent
4979faa6
refactor(teacher): 移除打卡统计模块的注释代码并调整学生动态样式
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/teacher/checkinPage.vue
src/views/teacher/checkinPage.vue
View file @
79fe872
...
...
@@ -32,7 +32,7 @@
</van-row>
</div>
<div v-if="showProgress" class="text-wrapper">
<
!--<
div v-if="showProgress" class="text-wrapper">
<div class="text-header">打卡统计</div>
<div style="background-color: #FFF; margin-top: 1rem;">
<div class="grade-percentage-main">
...
...
@@ -48,7 +48,7 @@
<van-progress :percentage="progress1" color="#4caf50" :show-pivot="false" />
</div>
</div>
<!
--
<div class="class-percentage-main">
<!
~~
<div class="class-percentage-main">
<van-row justify="space-between" style="margin: 0.5rem 0; font-size: 0.9rem;">
<van-col span="12">
<span>班级目标</span>
...
...
@@ -58,16 +58,16 @@
</van-col>
</van-row>
<van-progress :percentage="progress2" color="#4caf50" :show-pivot="false" />
</div>
--
>
</div>
~~
>
<div style="padding: 0.75rem 1rem;">
<van-image round width="2.8rem" height="2.8rem" :src="item ? item : 'https://cdn.ipadbiz.cn/mlaj/images/icon_1.jpeg'" fit="contain"
v-for="(item, index) in teamAvatars.splice(0, 8)" :key="index"
:style="{ marginLeft: index > 0 ? '-0.5rem' : '', border: '2px solid #eff6ff', background: '#fff' }" />
</div>
</div>
</div>
</div>
-->
<div class="text-wrapper" style="padding: 0 1rem; color: #4caf50;">
<div class="text-wrapper
mt-4
" style="padding: 0 1rem; color: #4caf50;">
<div class="text-header">学生动态</div>
<van-list
v-if="checkinDataList.length"
...
...
Please
register
or
login
to post a comment