hookehuyr

style(teacher): 移除studentPage.vue中scoped样式限制

...@@ -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-06-26 11:22:56 5 + * @LastEditTime: 2025-06-26 11:46:50
6 * @FilePath: /mlaj/src/views/teacher/studentPage.vue 6 * @FilePath: /mlaj/src/views/teacher/studentPage.vue
7 * @Description: 学生详情页面 7 * @Description: 学生详情页面
8 --> 8 -->
...@@ -993,7 +993,7 @@ const formatData = (data) => { ...@@ -993,7 +993,7 @@ const formatData = (data) => {
993 } 993 }
994 </script> 994 </script>
995 995
996 -<style lang="less" scoped> 996 +<style lang="less">
997 .van-back-top { 997 .van-back-top {
998 background-color: #4caf50; 998 background-color: #4caf50;
999 } 999 }
......