Skip to content

Commit 5273e02

Browse files
committed
docs: add job ad
1 parent b51590b commit 5273e02

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/views/documentation/index.vue

+8-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
href="https://panjiachen.gitee.io/vue-element-admin-site/zh/"
1717
>国内文档</a>
1818
<dropdown-menu :items="articleList" style="float:left;margin-left:50px;" title="系列文章" />
19+
<a
20+
class="document-btn"
21+
target="_blank"
22+
href="https://panjiachen.github.io/vue-element-admin-site/zh/job/"
23+
>内推招聘</a>
1924
</div>
2025
</template>
2126

@@ -46,15 +51,17 @@ export default {
4651
<style lang="scss" scoped>
4752
.documentation-container {
4853
margin: 50px;
54+
display: flex;
55+
flex-wrap: wrap;
4956
.document-btn {
50-
float: left;
5157
margin-left: 50px;
5258
display: block;
5359
cursor: pointer;
5460
background: black;
5561
color: white;
5662
height: 60px;
5763
width: 200px;
64+
margin-bottom: 16px;
5865
line-height: 60px;
5966
font-size: 20px;
6067
text-align: center;

0 commit comments

Comments
 (0)