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-09-25 11:02:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2a4eab83e24bc174740576598bcd207d2b45d99c
2a4eab83
1 parent
f7d08867
style(StudyDetailPage): 调整学习资料入口的样式和颜色
将背景色改为绿色,图标改为白色,并添加阴影效果以提升视觉层次感
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/study/StudyDetailPage.vue
src/views/study/StudyDetailPage.vue
View file @
2a4eab8
...
...
@@ -98,12 +98,12 @@
<!-- 学习资料入口 -->
<div v-if="course.course_type === 'file' && courseFile?.list && courseFile.list.length > 0"
class="bg-white rounded-lg p-4 mb-4 cursor-pointer hover:bg-gray-50 transition-colors mt-4"
class="bg-white rounded-lg p-4 mb-4 cursor-pointer hover:bg-gray-50 transition-colors mt-4
shadow-sm
"
@click="showMaterialsPopup = true">
<div class="flex items-center justify-between">
<div class="flex items-center gap-3">
<div class="w-10 h-10 bg-
blue-1
00 rounded-lg flex items-center justify-center">
<van-icon name="notes" class="text-
green-600
" size="20" />
<div class="w-10 h-10 bg-
green-6
00 rounded-lg flex items-center justify-center">
<van-icon name="notes" class="text-
white
" size="20" />
</div>
<div>
<div class="text-base font-medium text-gray-900">学习资料</div>
...
...
Please
register
or
login
to post a comment