docs: add job ad
This commit is contained in:
parent
b51590b982
commit
5273e02259
|
@ -16,6 +16,11 @@
|
||||||
href="https://panjiachen.gitee.io/vue-element-admin-site/zh/"
|
href="https://panjiachen.gitee.io/vue-element-admin-site/zh/"
|
||||||
>国内文档</a>
|
>国内文档</a>
|
||||||
<dropdown-menu :items="articleList" style="float:left;margin-left:50px;" title="系列文章" />
|
<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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -46,8 +51,9 @@ export default {
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.documentation-container {
|
.documentation-container {
|
||||||
margin: 50px;
|
margin: 50px;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
.document-btn {
|
.document-btn {
|
||||||
float: left;
|
|
||||||
margin-left: 50px;
|
margin-left: 50px;
|
||||||
display: block;
|
display: block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -55,6 +61,7 @@ export default {
|
||||||
color: white;
|
color: white;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
margin-bottom: 16px;
|
||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue