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-12-08 16:49:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
825f8503fea908f1addfc6088e81942a45de391f
825f8503
1 parent
4c75dded
fix(SharePoster): 修改分享海报标题为分享课程并移除关闭按钮
移除冗余的关闭按钮以简化界面,同时将标题从“分享海报”更改为“分享课程”以更准确地描述功能
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/ui/SharePoster.vue
src/components/ui/SharePoster.vue
View file @
825f850
...
...
@@ -9,7 +9,7 @@
<
div
class
=
"PosterWrapper p-4"
>
<!--
标题与关闭按钮
-->
<
div
class
=
"flex justify-between items-center mb-3"
>
<
h3
class
=
"font-medium"
>
分享
海报
</
h3
>
<
h3
class
=
"font-medium"
>
分享
课程
</
h3
>
<
van
-
icon
name
=
"cross"
@click
=
"close"
/>
</
div
>
...
...
@@ -44,9 +44,9 @@
<!--
底部提示与关闭按钮
-->
<
div
class
=
"mt-3 text-center text-gray-500 text-xs"
>
长按图片保存至手机
</
div
>
<
div
class
=
"mt-4"
>
<
!--
<
div
class
=
"mt-4"
>
<
button
class
=
"w-full bg-white border border-green-500 text-green-600 py-2 rounded-lg"
@click
=
"close"
>
关闭
</
button
>
</
div
>
</
div
>
-->
</
div
>
</
van
-
popup
>
<
van
-
back
-
top
right
=
"5vw"
bottom
=
"25vh"
offset
=
"600"
/>
...
...
Please
register
or
login
to post a comment