From d65e907a419719ef7c08b12be62d5376538bc4f6 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, 19 Feb 2022 19:04:37 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Team/index.vue):=20CSS=E9=81=B5?= =?UTF-8?q?=E5=BE=AABEM=E8=A7=84=E8=8C=83=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/components/Team/index.vue | 105 ++++++++---------- 1 file changed, 44 insertions(+), 61 deletions(-) diff --git a/src/views/dashboard/components/Team/index.vue b/src/views/dashboard/components/Team/index.vue index 57dfeb1a..d6b190e7 100644 --- a/src/views/dashboard/components/Team/index.vue +++ b/src/views/dashboard/components/Team/index.vue @@ -7,19 +7,18 @@ -
-
    -
  • -
    +
    +
      +
    • +
      + :preview-src-list="[item.imgUrl]"> -
      - {{ item.nickname }} -
      +
      + {{ item.nickname }} +
      -
      +
      个人主页 @@ -35,14 +34,8 @@
    • - -
    • - -
      - 欢迎添加开发者微信🤗🤗 -
      -
    +
    @@ -50,7 +43,7 @@
    @@ -65,7 +58,7 @@

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

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

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

    -
    +
    申请加入方式: 添加开发者微信申请即可。
    @@ -103,10 +96,11 @@ const state = reactive({ homepage: 'https://blog.csdn.net/qq_41595149' }, ], - colors: ['', 'success', 'warning', 'danger'] + colors: ['', 'success', 'warning', 'danger'], + indicatorImgUrl: new URL(`../../../../assets/index/indicator.png`, import.meta.url).href }) -const {teamActiveName, developers, colors} = toRefs(state) +const {teamActiveName, developers, colors, indicatorImgUrl} = toRefs(state) /*let bScroll = reactive({}) @@ -125,50 +119,28 @@ watchEffect(() => { bScroll && (bScroll as any).refresh() }) })*/ +