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