|
@@ -86,7 +86,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="hc-gather-card-box">
|
|
|
- <div class="hc-gather-card-body">
|
|
|
+ <hc-body padding="0px">
|
|
|
<hc-tab-card :tabs="tabData" :tab-key="tabKey" @change="tabChange">
|
|
|
<template #extra>
|
|
|
<el-button v-if="tabKey === 'tab1'">下载</el-button>
|
|
@@ -94,7 +94,7 @@
|
|
|
</template>
|
|
|
1111
|
|
|
</hc-tab-card>
|
|
|
- </div>
|
|
|
+ </hc-body>
|
|
|
</div>
|
|
|
</div>
|
|
|
|