Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
office-web-js
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
office-web-js
Commits
cc81912b
Commit
cc81912b
authored
Jan 16, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 加入我们发送邮件
parent
5d63397f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
src/views/Home/JoinUsPage.vue
+5
-2
No files found.
src/views/Home/JoinUsPage.vue
View file @
cc81912b
...
...
@@ -119,7 +119,8 @@
</div>
</div>
<div
class=
"join-btn"
>
<button
@
click=
"onJoinUs"
>
加入我们
</button>
<!-- <button @click="onJoinUs">加入我们</button> -->
<a
href=
"mailto:hr@joshine.cn"
>
加入我们
</a>
</div>
</div>
</el-collapse-item>
...
...
@@ -559,7 +560,8 @@ input::placeholder {
margin
:
0
auto
;
margin-top
:
20px
;
button
{
button,
a
{
background-color
:
#efa958
;
border
:
none
;
outline
:
none
;
...
...
@@ -567,6 +569,7 @@ input::placeholder {
padding
:
12px
50px
;
cursor
:
pointer
;
box-shadow
:
4px
4px
12px
#efa958
;
text-decoration
:
none
;
}
}
...
...
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