|
|
@ -1,9 +1,9 @@ |
|
|
|
<template> |
|
|
|
<view class="m-2"> |
|
|
|
<u-card :show-foot="false" :show-head="false" :style="{ height: isShrink ? '96rpx' : '300rpx' }" border-radius="25" margin="0"> |
|
|
|
<u-card :show-foot="false" :show-head="false" :style="{ height: isShrink ? '106rpx' : '340rpx' }" border-radius="25" margin="0"> |
|
|
|
<view slot="body"> |
|
|
|
<scroll-view :scrollY="true" :style="{ height: isShrink ? '40rpx' : '240rpx' }"> |
|
|
|
<skeleton :banner="false" :loading="!tasks.length" :row="4" animate class="mt-2 u-line-2 skeleton"></skeleton> |
|
|
|
<scroll-view :scrollY="true" :style="{ height: isShrink ? '50rpx' : '280rpx' }"> |
|
|
|
<skeleton :banner="false" :loading="!tasks.length" :row="4" animate class="u-line-2 skeleton"></skeleton> |
|
|
|
<view class="grid gap-2"> |
|
|
|
<template v-for="item in tasks"> |
|
|
|
<template v-if="item.plugins"> |
|
|
|