|
@@ -62,7 +62,7 @@
|
|
|
<div class="hc-card-diy-table-box">
|
|
|
<HcTable
|
|
|
:column="tableColumn" :datas="tableData" :loading="tableLoading"
|
|
|
- heights="auto" is-new :index-style="{ width: 60 }"
|
|
|
+ is-new :index-style="{ width: 60 }"
|
|
|
>
|
|
|
<template #key4="{ row, index }">
|
|
|
<span :style="row.key4_1 === '1' ? 'color: #81b337' : ''">{{ row.key4 }}</span>
|