reduce EntrySummary distance between table rows
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
William Buezas 2024-02-23 11:53:59 -03:00
parent 6605eea044
commit 3e04c86000
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ const fetchEntryBuys = async () => {
v-if="rowIndex !== entryBuys.length - 1"
class="separation-row"
>
<QTd colspan="10" style="height: 24px" />
<QTd colspan="10" style="height: 16px" />
</QTr>
</template>
</QTable>