mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 00:36:45 +00:00
refactor: use css variables
This commit is contained in:
@@ -75,8 +75,7 @@ onMounted(generate)
|
||||
'mt-8 mb-4': showDownload,
|
||||
}"
|
||||
data-testid="barcode"
|
||||
:data-barcode-value="barcodeValue"
|
||||
@click="onBarcodeClick"
|
||||
@click="onBarcodeClick"
|
||||
></svg>
|
||||
<slot v-if="errorForCurrentInput" name="barcodeRenderError" />
|
||||
<div v-if="props.showDownload" class="flex justify-end gap-2 py-2 px-3">
|
||||
|
||||
Reference in New Issue
Block a user