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

@@ -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;
}
}