|
|
@ -2139,7 +2139,7 @@ watch(vSelectedAllRecords, (selectedAll) => { |
|
|
|
:row="row" |
|
|
|
:row="row" |
|
|
|
> |
|
|
|
> |
|
|
|
<template #default="{ state }"> |
|
|
|
<template #default="{ state }"> |
|
|
|
<tr |
|
|
|
<div |
|
|
|
v-if="row.rowMeta?.isValidationFailed" |
|
|
|
v-if="row.rowMeta?.isValidationFailed" |
|
|
|
:style="{ |
|
|
|
:style="{ |
|
|
|
top: `${(index + 1) * rowHeight - 6}px`, |
|
|
|
top: `${(index + 1) * rowHeight - 6}px`, |
|
|
@ -2160,8 +2160,8 @@ watch(vSelectedAllRecords, (selectedAll) => { |
|
|
|
<GeneralIcon icon="info" class="w-4 h-4 text-gray-800" /> |
|
|
|
<GeneralIcon icon="info" class="w-4 h-4 text-gray-800" /> |
|
|
|
</NcTooltip> |
|
|
|
</NcTooltip> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</tr> |
|
|
|
</div> |
|
|
|
<tr |
|
|
|
<div |
|
|
|
v-if="row.rowMeta?.isRowOrderUpdated" |
|
|
|
v-if="row.rowMeta?.isRowOrderUpdated" |
|
|
|
:style="{ |
|
|
|
:style="{ |
|
|
|
top: `${(index + 1) * rowHeight - 6}px`, |
|
|
|
top: `${(index + 1) * rowHeight - 6}px`, |
|
|
@ -2180,7 +2180,7 @@ watch(vSelectedAllRecords, (selectedAll) => { |
|
|
|
<GeneralIcon icon="info" class="w-4 h-4 text-gray-800" /> |
|
|
|
<GeneralIcon icon="info" class="w-4 h-4 text-gray-800" /> |
|
|
|
</NcTooltip> |
|
|
|
</NcTooltip> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</tr> |
|
|
|
</div> |
|
|
|
<tr |
|
|
|
<tr |
|
|
|
class="nc-grid-row transition transition-opacity duration-500 opacity-100 !xs:h-14" |
|
|
|
class="nc-grid-row transition transition-opacity duration-500 opacity-100 !xs:h-14" |
|
|
|
:style="{ |
|
|
|
:style="{ |
|
|
|