small table visual change in entry summary

This commit is contained in:
William Buezas 2024-01-14 21:12:39 -03:00
parent 129cacb88b
commit 91f675ec99
1 changed files with 8 additions and 2 deletions

View File

@ -356,9 +356,9 @@ const fetchEntryBuys = async () => {
<!-- Esta última row es utilizada para agregar un espaciado y así marcar una diferencia visual entre los diferentes buys --> <!-- Esta última row es utilizada para agregar un espaciado y así marcar una diferencia visual entre los diferentes buys -->
<QTr <QTr
v-if="rowIndex !== entryBuys.length - 1" v-if="rowIndex !== entryBuys.length - 1"
style="height: 30px" class="separation-row"
> >
<QTd colspan="10" /> <QTd colspan="10" style="height: 24px" />
</QTr> </QTr>
</template> </template>
</QTable> </QTable>
@ -367,6 +367,12 @@ const fetchEntryBuys = async () => {
</CardSummary> </CardSummary>
</template> </template>
<style lang="scss" scoped>
.separation-row {
background-color: var(--vn-gray) !important;
}
</style>
<i18n> <i18n>
es: es:
Travel data: 'Datos envío' Travel data: 'Datos envío'