|
@@ -48,12 +48,12 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
|
|
|
- <HcCard class="mt-8 card-box" >
|
|
|
+ <HcCard class="mt-8" >
|
|
|
<template #header>
|
|
|
<div class="hc-expense-total-title"> 列表统计</div>
|
|
|
|
|
|
</template>
|
|
|
- <div class="bg-white p-2" style="height: 100%;">
|
|
|
+ <div class="bg-white p-2 card-box" style="height: 100%;">
|
|
|
<el-table :data="tableData" border style="width: 100%; "
|
|
|
v-if="!isProject"
|
|
|
:span-method="spanMethod"
|