Skip to content

Commit

Permalink
docs: add job ad
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Oct 12, 2019
1 parent b51590b commit 5273e02
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/views/documentation/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
href="https://panjiachen.gitee.io/vue-element-admin-site/zh/"
>国内文档</a>
<dropdown-menu :items="articleList" style="float:left;margin-left:50px;" title="系列文章" />
<a
class="document-btn"
target="_blank"
href="https://panjiachen.github.io/vue-element-admin-site/zh/job/"
>内推招聘</a>
</div>
</template>

Expand Down Expand Up @@ -46,15 +51,17 @@ export default {
<style lang="scss" scoped>
.documentation-container {
margin: 50px;
display: flex;
flex-wrap: wrap;
.document-btn {
float: left;
margin-left: 50px;
display: block;
cursor: pointer;
background: black;
color: white;
height: 60px;
width: 200px;
margin-bottom: 16px;
line-height: 60px;
font-size: 20px;
text-align: center;
Expand Down

0 comments on commit 5273e02

Please sign in to comment.