26557
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
</div>
|
||||
|
||||
<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">
|
||||
<template #custom>
|
||||
<div class="names">
|
||||
@@ -395,7 +395,7 @@ uni-page-body {
|
||||
|
||||
.myReport {
|
||||
padding-bottom: 105px;
|
||||
background: #f3f6f9;
|
||||
// background: #f3f6f9;
|
||||
|
||||
::v-deep .AiCard {
|
||||
background: #f3f6f9;
|
||||
|
||||
Reference in New Issue
Block a user