Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slg-web
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SLG
slg-web
Commits
3b4b4a58
Commit
3b4b4a58
authored
May 31, 2022
by
Zhang Xiaojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:footer info
parent
db8e6497
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
index.vue
src/views/download/index.vue
+3
-1
No files found.
src/views/download/index.vue
View file @
3b4b4a58
...
@@ -129,9 +129,10 @@ const handleClick = (type: string, e: Event) => {
...
@@ -129,9 +129,10 @@ const handleClick = (type: string, e: Event) => {
</div>
</div>
<img
:src=
"getImgUrl('officialAccount')"
class=
"md:hidden w-36 mx-auto pt-12"
>
<img
:src=
"getImgUrl('officialAccount')"
class=
"md:hidden w-36 mx-auto pt-12"
>
<p
class=
" md:hidden font-semibold text-center text-gray-800"
>
扫一扫关注公众号
</p>
<p
class=
" md:hidden font-semibold text-center text-gray-800"
>
扫一扫关注公众号
</p>
<div
class=
"pt-12 pb-
20
md:flex md:w-pcWidth mx-auto md:justify-between md:gap-x-7"
>
<div
class=
"pt-12 pb-
16
md:flex md:w-pcWidth mx-auto md:justify-between md:gap-x-7"
>
<Card
v-for=
"c in contact"
:icon=
"c.icon"
:title=
"c.title"
:detail=
"c.detail"
class=
" my-5 mx-auto md:w-1/3"
<Card
v-for=
"c in contact"
:icon=
"c.icon"
:title=
"c.title"
:detail=
"c.detail"
class=
" my-5 mx-auto md:w-1/3"
:small=
"c.small"
></Card>
:small=
"c.small"
></Card>
</div>
</div>
<div
class=
" text-center text-xs px-4 md:text-sm pb-9 text-gray-800"
>
© 2021 库链科技 All Rights Reserved.Powered by 杭州库链科技有限责任公司 浙ICP备17050749号-5
</div>
</div>
</div>
</
template
>
</
template
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment