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-03-21 10:14:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d20c151f9c67fe9a3a8eb2554cd220b8d4be6d1
4d20c151
1 parent
774a1704
refactor: 移除CourseDetailPage.vue中未使用的咨询按钮
移除页面底部未使用的咨询按钮代码,以简化代码结构并提高可维护性
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/courses/CourseDetailPage.vue
src/views/courses/CourseDetailPage.vue
View file @
4d20c15
...
...
@@ -182,7 +182,7 @@
<!-- Bottom Action Bar -->
<div class="fixed bottom-16 left-0 right-0 bg-white shadow-lg p-3 flex justify-between items-center">
<div class="flex space-x-4">
<button class="flex flex-col items-center text-gray-500 text-xs">
<
!-- <
button class="flex flex-col items-center text-gray-500 text-xs">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
...
...
@@ -198,7 +198,7 @@
/>
</svg>
咨询
</button>
</button>
-->
<button class="flex flex-col items-center text-gray-500 text-xs">
<svg
xmlns="http://www.w3.org/2000/svg"
...
...
Please
register
or
login
to post a comment