mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 04:16:39 +00:00
Merge branch 'develop' into fix/minor-bug-fixes
This commit is contained in:
@@ -64,6 +64,7 @@ const rowHeight = inject(RowHeightInj, ref(undefined))
|
||||
<JsBarcodeWrapper
|
||||
v-if="showBarcode && rowHeight"
|
||||
:barcode-value="barcodeValue"
|
||||
tabindex="-1"
|
||||
:barcode-format="barcodeMeta.barcodeFormat"
|
||||
:custom-style="{ height: rowHeight ? `${rowHeight * 1.8}rem` : `1.8rem` }"
|
||||
@on-click-barcode="showBarcodeModal"
|
||||
@@ -76,6 +77,7 @@ const rowHeight = inject(RowHeightInj, ref(undefined))
|
||||
</JsBarcodeWrapper>
|
||||
<JsBarcodeWrapper
|
||||
v-else-if="showBarcode"
|
||||
tabindex="-1"
|
||||
:barcode-value="barcodeValue"
|
||||
:barcode-format="barcodeMeta.barcodeFormat"
|
||||
@on-click-barcode="showBarcodeModal"
|
||||
|
||||
Reference in New Issue
Block a user