feat(dashboard): 首页信息完善

This commit is contained in:
郝先瑞
2022-01-29 13:26:22 +08:00
parent 33520a38b8
commit 7632885c70
3 changed files with 9 additions and 9 deletions

View File

@@ -48,7 +48,7 @@
</el-col> </el-col>
<el-col :span="18"> <el-col :span="18">
Spring BootSpring Cloud & AlibabaSpring Security Spring BootSpring Cloud & AlibabaSpring Security
OAuth2JWTElastic Stack ... OAuth2JWTElastic Stack K8s...
</el-col> </el-col>
</el-row> </el-row>
<el-divider/> <el-divider/>

View File

@@ -62,7 +62,7 @@
<el-tab-pane label="加入我们" name="3"> <el-tab-pane label="加入我们" name="3">
<div class="join"> <div class="join">
<p>1. 人品良好善于思考执行力强</p> <p>1. 人品良好善于思考执行力强</p>
<p>2. 熟悉项目至少给项目提交一个PR </p> <p>2. 熟悉项目至少给项目提交()一个PR </p>
<p>3. Git代码库活跃个人主页或博客完善者优先</p> <p>3. Git代码库活跃个人主页或博客完善者优先</p>
<p>4. 过分优秀者我们会主动联系您...</p> <p>4. 过分优秀者我们会主动联系您...</p>
<div class="join-tip"> <div class="join-tip">

View File

@@ -7,7 +7,7 @@
<el-col :xs="24" :lg="6" class="card-panel-col"> <el-col :xs="24" :lg="6" class="card-panel-col">
<div class="card-panel"> <div class="card-panel">
<div class="card-panel-icon-wrapper" style="margin-top: -10px"> <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"/> src="https://gitee.com/haoxr/image/raw/master/20210606213932.png"/>
</div> </div>
<div class="card-panel-description"> <div class="card-panel-description">
@@ -226,8 +226,8 @@ const nickname = computed(() => useUserStoreHook().nickname);
color: #36a3f7; color: #36a3f7;
.svg-icon { .svg-icon {
width: 3em !important; width: 3.2em !important;
height: 3em !important; height: 3.2em !important;
} }
} }
@@ -235,8 +235,8 @@ const nickname = computed(() => useUserStoreHook().nickname);
color: #f4516c; color: #f4516c;
.svg-icon { .svg-icon {
width: 3em !important; width: 3.2em !important;
height: 3em !important; height: 3.2em !important;
} }
} }
@@ -244,8 +244,8 @@ const nickname = computed(() => useUserStoreHook().nickname);
color: #34bfa3; color: #34bfa3;
.svg-icon { .svg-icon {
width: 3em !important; width: 3.2em !important;
height: 3em !important; height: 3.2em !important;
} }
} }