hookehuyr

style(views): 修改学生记录页面返回顶部按钮背景色

1 <!-- 1 <!--
2 * @Date: 2025-11-19 22:05:00 2 * @Date: 2025-11-19 22:05:00
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-12-13 21:42:55 4 + * @LastEditTime: 2025-12-15 18:21:39
5 * @FilePath: /mlaj/src/views/teacher/studentRecordPage.vue 5 * @FilePath: /mlaj/src/views/teacher/studentRecordPage.vue
6 * @Description: 学生作业记录页面(仅作业记录与点评功能),固定 user_id 与 group_id 6 * @Description: 学生作业记录页面(仅作业记录与点评功能),固定 user_id 与 group_id
7 --> 7 -->
...@@ -330,6 +330,9 @@ onBeforeUnmount(() => { ...@@ -330,6 +330,9 @@ onBeforeUnmount(() => {
330 </script> 330 </script>
331 331
332 <style lang="less"> 332 <style lang="less">
333 +.van-back-top {
334 + background-color: #4caf50;
335 +}
333 .comment-popup { 336 .comment-popup {
334 .van-popup { 337 .van-popup {
335 max-width: 90vw; 338 max-width: 90vw;
......