feat(dashboard): 首页信息完善
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
</el-col>
|
||||
<el-col :span="18">
|
||||
Spring Boot、Spring Cloud & Alibaba、Spring Security
|
||||
OAuth2、JWT、Elastic Stack ...
|
||||
OAuth2、JWT、Elastic Stack 、K8s...
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-divider/>
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
<el-tab-pane label="加入我们" name="3">
|
||||
<div class="join">
|
||||
<p>1. 人品良好、善于思考、执行力强;</p>
|
||||
<p>2. 熟悉项目,至少给项目提交一个PR; </p>
|
||||
<p>2. 熟悉项目,且至少给项目提交(过)一个PR; </p>
|
||||
<p>3. Git代码库活跃,个人主页或博客完善者优先;</p>
|
||||
<p>4. 过分优秀者我们会主动联系您...</p>
|
||||
<div class="join-tip">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<el-col :xs="24" :lg="6" class="card-panel-col">
|
||||
<div class="card-panel">
|
||||
<div class="card-panel-icon-wrapper" style="margin-top: -10px">
|
||||
<el-image style="width:240px; height: 100px"
|
||||
<el-image style="width:200px; height: 100px"
|
||||
src="https://gitee.com/haoxr/image/raw/master/20210606213932.png"/>
|
||||
</div>
|
||||
<div class="card-panel-description">
|
||||
@@ -226,8 +226,8 @@ const nickname = computed(() => useUserStoreHook().nickname);
|
||||
color: #36a3f7;
|
||||
|
||||
.svg-icon {
|
||||
width: 3em !important;
|
||||
height: 3em !important;
|
||||
width: 3.2em !important;
|
||||
height: 3.2em !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -235,8 +235,8 @@ const nickname = computed(() => useUserStoreHook().nickname);
|
||||
color: #f4516c;
|
||||
|
||||
.svg-icon {
|
||||
width: 3em !important;
|
||||
height: 3em !important;
|
||||
width: 3.2em !important;
|
||||
height: 3.2em !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -244,8 +244,8 @@ const nickname = computed(() => useUserStoreHook().nickname);
|
||||
color: #34bfa3;
|
||||
|
||||
.svg-icon {
|
||||
width: 3em !important;
|
||||
height: 3em !important;
|
||||
width: 3.2em !important;
|
||||
height: 3.2em !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user