mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 14:06:51 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user