Nc fix: expanded record UI/UX (#8847)

* fix(nc-gui): update qr code according to new design

* fix(nc-gui): audit logs empty state style

* fix(nc-gui): small changes

* fix(nc-gui): update barcode & qrcode cell from expanded form

* fix(nc-gui): increase expanded form field gap
This commit is contained in:
Ramesh Mane
2024-06-25 16:34:15 +05:30
committed by GitHub
parent 6b1400b9d9
commit 7b0419011b
10 changed files with 46 additions and 11 deletions

View File

@@ -70,6 +70,7 @@ const rowHeight = inject(RowHeightInj, ref(undefined))
:custom-style="{
height: rowHeight ? `${rowHeight === 1 ? rowHeightInPx['1'] - 4 : rowHeightInPx[`${rowHeight}`] - 20}px` : `1.8rem`,
}"
class="nc-barcode-container"
@on-click-barcode="showBarcodeModal"
>
<template #barcodeRenderError>
@@ -83,6 +84,7 @@ const rowHeight = inject(RowHeightInj, ref(undefined))
tabindex="-1"
:barcode-value="barcodeValue"
:barcode-format="barcodeMeta.barcodeFormat"
class="nc-barcode-container"
@on-click-barcode="showBarcodeModal"
>
<template #barcodeRenderError>