|
|
@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<view class="m-2" v-if="globals && globals.length"> |
|
|
|
<u-card @click="openCard" :show-foot="false" :show-head="false" style="max-height: 218rpx" border-radius="25" margin="0"> |
|
|
|
<u-card @click="openCard" :show-foot="false" :show-head="false" style="max-height: 340rpx" border-radius="25" margin="0"> |
|
|
|
<!-- :style="{ 'max-height': isShrink ? '106rpx' : '340rpx' }" --> |
|
|
|
<view slot="body"> |
|
|
|
<scroll-view :scrollY="true" style="max-height: 280rpx"> |
|
|
|