@@ -62,7 +62,7 @@
:is-index="false" :loading="cscTableLoading" is-new :index-style="{ width: 60 }"
>
<template #name="{ row }">
- <div :class="row.id === checkId ? 'text-link' : 'text-hover'" @click="changePdf(row)">{{ row?.fileName }}</div>
+ <div :class="row.id === checkId ? 'bg-orange-400' : 'text-hover'" @click="changePdf(row)">{{ row?.fileName }}</div>
</template>
</HcTable>
@@ -27,7 +27,7 @@
<div class="horizontal-drag-line" @mousedown="onmousedown" />
</div>
<div v-show="!isCarrySpotChecksDrawer" class="hc-page-content-box">
- <hc-new-card>
+ <hc-new-card padding>
<template #header>
<HcIcon name="volume-up" />
<span class="ml-2">您本次验收抽检案卷共</span>