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-26 11:48:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9e566ae8ea80d1952e8153669a02beef51f2d18a
9e566ae8
1 parent
6d087704
style(teacher): 移除studentPage.vue中scoped样式限制
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/teacher/studentPage.vue
src/views/teacher/studentPage.vue
View file @
9e566ae
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2025-06-19 17:12:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-06-26 11:
22:56
* @LastEditTime: 2025-06-26 11:
46:50
* @FilePath: /mlaj/src/views/teacher/studentPage.vue
* @Description: 学生详情页面
-->
...
...
@@ -993,7 +993,7 @@ const formatData = (data) => {
}
</script>
<style lang="less"
scoped
>
<style lang="less">
.van-back-top {
background-color: #4caf50;
}
...
...
Please
register
or
login
to post a comment