refs #6681 - PR3 - Resolve conflicts #166

Merged
alexm merged 88 commits from hyervoni-PR-3 into dev 2024-01-29 08:29:45 +00:00
1 changed files with 8 additions and 2 deletions
Showing only changes of commit 91f675ec99 - Show all commits

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 -->
<QTr
v-if="rowIndex !== entryBuys.length - 1"
style="height: 30px"
class="separation-row"
>
<QTd colspan="10" />
<QTd colspan="10" style="height: 24px" />
</QTr>
</template>
</QTable>
@ -367,6 +367,12 @@ const fetchEntryBuys = async () => {
</CardSummary>
</template>
<style lang="scss" scoped>
.separation-row {
background-color: var(--vn-gray) !important;
}
</style>
<i18n>
es:
Travel data: 'Datos envío'