docs: add job ad
This commit is contained in:
parent
f5608a7511
commit
ae92d6f95e
|
@ -4,6 +4,11 @@
|
|||
<a class="document-btn" target="_blank" href="https://github.com/PanJiaChen/vue-element-admin/">{{ $t('documentation.github') }}</a>
|
||||
<a class="document-btn" target="_blank" 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>
|
||||
<script>
|
||||
|
@ -33,8 +38,9 @@ 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;
|
||||
|
@ -42,6 +48,7 @@ export default {
|
|||
color: white;
|
||||
height: 60px;
|
||||
width: 200px;
|
||||
margin-bottom: 16px;
|
||||
line-height: 60px;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue