This commit is contained in:
花有清香月有阴
2022-01-12 17:41:46 +08:00
parent d0f12189e1
commit 133dcc619d

View File

@@ -51,7 +51,7 @@
</div> </div>
<div v-if="currentTabs == 1" class="myReport"> <div v-if="currentTabs == 1" class="myReport">
<template v-if="datas.length > 0"> <template v-if="datas.length">
<AiCard v-for="(item, i) in datas" :key="i" :ref="item.id"> <AiCard v-for="(item, i) in datas" :key="i" :ref="item.id">
<template #custom> <template #custom>
<div class="names"> <div class="names">
@@ -395,7 +395,7 @@ uni-page-body {
.myReport { .myReport {
padding-bottom: 105px; padding-bottom: 105px;
background: #f3f6f9; // background: #f3f6f9;
::v-deep .AiCard { ::v-deep .AiCard {
background: #f3f6f9; background: #f3f6f9;