Showing
3 changed files
with
4 additions
and
4 deletions
| ... | @@ -74,7 +74,7 @@ | ... | @@ -74,7 +74,7 @@ |
| 74 | </div> | 74 | </div> |
| 75 | <!-- 标签页区域 --> | 75 | <!-- 标签页区域 --> |
| 76 | <div class="px-4 py-3 bg-white" style="position: relative;"> | 76 | <div class="px-4 py-3 bg-white" style="position: relative;"> |
| 77 | - <van-tabs v-model:active="activeTab" sticky animated swipeable shrink @change="handleTabChange"> | 77 | + <van-tabs v-model:active="activeTab" sticky animated swipeable shrink color="#4caf50" @change="handleTabChange"> |
| 78 | <van-tab title="介绍" name="intro"> | 78 | <van-tab title="介绍" name="intro"> |
| 79 | </van-tab> | 79 | </van-tab> |
| 80 | <van-tab :title-style="{ 'min-width': '50%' }" name="comments"> | 80 | <van-tab :title-style="{ 'min-width': '50%' }" name="comments"> | ... | ... |
| ... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
| 26 | </div> | 26 | </div> |
| 27 | 27 | ||
| 28 | <!-- 学习记录和统计标签页 --> | 28 | <!-- 学习记录和统计标签页 --> |
| 29 | - <van-tabs v-model:active="activeTab" sticky shrink> | 29 | + <van-tabs v-model:active="activeTab" sticky shrink color="#4caf50"> |
| 30 | <!-- 学习记录标签 --> | 30 | <!-- 学习记录标签 --> |
| 31 | <van-tab title="学习记录" name="record"> | 31 | <van-tab title="学习记录" name="record"> |
| 32 | <div class=" bg-white z-10 px-4 py-3 border-b border-gray-100" style="position: sticky; top: 44px;"> | 32 | <div class=" bg-white z-10 px-4 py-3 border-b border-gray-100" style="position: sticky; top: 44px;"> | ... | ... |
| ... | @@ -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-10-13 10:28:29 | 5 | + * @LastEditTime: 2025-10-28 11:10:00 |
| 6 | * @FilePath: /mlaj/src/views/teacher/studentPage.vue | 6 | * @FilePath: /mlaj/src/views/teacher/studentPage.vue |
| 7 | * @Description: 学生详情页面 | 7 | * @Description: 学生详情页面 |
| 8 | --> | 8 | --> |
| ... | @@ -95,7 +95,7 @@ | ... | @@ -95,7 +95,7 @@ |
| 95 | <!-- 使用van-sticky包裹van-tabs实现粘性布局 --> | 95 | <!-- 使用van-sticky包裹van-tabs实现粘性布局 --> |
| 96 | <div class="bg-white" style="margin: 1rem;"> | 96 | <div class="bg-white" style="margin: 1rem;"> |
| 97 | <van-sticky :offset-top="0"> | 97 | <van-sticky :offset-top="0"> |
| 98 | - <van-tabs v-model:active="activeTab" color="#10b981" animated swipeable @change="handleTabChange"> | 98 | + <van-tabs v-model:active="activeTab" color="#4caf50" animated swipeable @change="handleTabChange"> |
| 99 | <van-tab title="作业记录" name="homework"></van-tab> | 99 | <van-tab title="作业记录" name="homework"></van-tab> |
| 100 | <van-tab title="班主任点评" name="evaluation"></van-tab> | 100 | <van-tab title="班主任点评" name="evaluation"></van-tab> |
| 101 | <van-tab title="打卡统计" name="statistics"></van-tab> | 101 | <van-tab title="打卡统计" name="statistics"></van-tab> | ... | ... |
-
Please register or login to post a comment