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() }) })*/ +