From 7632885c704bf28286fd8a7922b4a0036ee8b302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sat, 29 Jan 2022 13:26:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(dashboard):=20=E9=A6=96=E9=A1=B5=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/components/Project/index.vue | 2 +- src/views/dashboard/components/Team/index.vue | 2 +- src/views/dashboard/index.vue | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/dashboard/components/Project/index.vue b/src/views/dashboard/components/Project/index.vue index aeb758ec..a94eac35 100644 --- a/src/views/dashboard/components/Project/index.vue +++ b/src/views/dashboard/components/Project/index.vue @@ -48,7 +48,7 @@ Spring Boot、Spring Cloud & Alibaba、Spring Security - OAuth2、JWT、Elastic Stack ... + OAuth2、JWT、Elastic Stack 、K8s... diff --git a/src/views/dashboard/components/Team/index.vue b/src/views/dashboard/components/Team/index.vue index ba382771..dc4b1907 100644 --- a/src/views/dashboard/components/Team/index.vue +++ b/src/views/dashboard/components/Team/index.vue @@ -62,7 +62,7 @@

1. 人品良好、善于思考、执行力强;

-

2. 熟悉项目,至少给项目提交一个PR;

+

2. 熟悉项目,且至少给项目提交(过)一个PR;

3. Git代码库活跃,个人主页或博客完善者优先;

4. 过分优秀者我们会主动联系您...

diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 27013585..2eae1f88 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -7,7 +7,7 @@
-
@@ -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; } }