From 4eef451ba316da5daadb79fca14707565ec90f6b 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 09:26:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(dashboard/index.vue):=20=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard/components/Chart/PieChart.vue | 2 +- .../dashboard/components/Chart/RadarChart.vue | 1 + .../dashboard/components/Project/index.vue | 2 +- src/views/dashboard/components/Team/index.vue | 53 +++++++++++++++---- 4 files changed, 46 insertions(+), 12 deletions(-) diff --git a/src/views/dashboard/components/Chart/PieChart.vue b/src/views/dashboard/components/Chart/PieChart.vue index 910b1de8..2fb9562e 100644 --- a/src/views/dashboard/components/Chart/PieChart.vue +++ b/src/views/dashboard/components/Chart/PieChart.vue @@ -70,7 +70,7 @@ function initChart() { { name: 'Nightingale Chart', type: 'pie', - radius: [50, 160], + radius: [50, 150], center: ['50%', '50%'], roseType: 'area', itemStyle: { diff --git a/src/views/dashboard/components/Chart/RadarChart.vue b/src/views/dashboard/components/Chart/RadarChart.vue index b2dc2fae..b7866243 100644 --- a/src/views/dashboard/components/Chart/RadarChart.vue +++ b/src/views/dashboard/components/Chart/RadarChart.vue @@ -70,6 +70,7 @@ function initChart() { }, radar: { // shape: 'circle', + radius: '70%', indicator: [ { name: '家用电器', max: 6500 }, { name: '服装箱包', max: 16000 }, diff --git a/src/views/dashboard/components/Project/index.vue b/src/views/dashboard/components/Project/index.vue index e6cdc8eb..4b428396 100644 --- a/src/views/dashboard/components/Project/index.vue +++ b/src/views/dashboard/components/Project/index.vue @@ -76,7 +76,7 @@ export default { &__main { line-height: 28px; - height: 315px; + height: 308.5px; } } diff --git a/src/views/dashboard/components/Team/index.vue b/src/views/dashboard/components/Team/index.vue index 70d7f3cc..ec1b0085 100644 --- a/src/views/dashboard/components/Team/index.vue +++ b/src/views/dashboard/components/Team/index.vue @@ -14,7 +14,8 @@ + :preview-src-list="[item.imgUrl]" + >
{{ item.nickname }} @@ -36,7 +37,7 @@
  • - +
    欢迎添加开发者微信🤗🤗🤗
    @@ -46,14 +47,27 @@ +
    + +
    + 群二维码过期可添加开发者微信由其拉入群,备注「有来」即可。 +
    +
    -
    +

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

    -

    2. 至少给项目提交过一个PR(无论大小);

    -

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

    -

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

    +

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

    +

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

    +

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

    +
    + 申请加入方式: 添加开发者微信申请即可。 +
    @@ -131,12 +145,18 @@ watchEffect(() => { width: 180px; min-width: 180px; align-items: center; - margin-left: 50px; - + margin-left: 20px; + &-img{ + position: absolute; + right: 0; + width: 180px; + height: 233px; + } &-tip { position: absolute; min-width: 180px; top: 18px; + right: 0; color: #5959d0; } } @@ -194,11 +214,24 @@ watchEffect(() => { } } - .join-us{ - height: 247px; + .join{ + height: 240px; p{ font-weight: bold; } + &-tip{ + margin-top: 20px; + color: #409EFF; + font-weight: bold; + } + } + + .group{ + height: 254px; + &-img{ + height: 200px; + width: 200px; + } } }