diff --git a/packages/nc-gui/pages/[projectType]/form/[viewId]/index/index.vue b/packages/nc-gui/pages/[projectType]/form/[viewId]/index/index.vue index 04a054dff2..49431ecb8b 100644 --- a/packages/nc-gui/pages/[projectType]/form/[viewId]/index/index.vue +++ b/packages/nc-gui/pages/[projectType]/form/[viewId]/index/index.vue @@ -147,24 +147,36 @@ const onDecode = async (scannedCodeValue: string) => {
- - - +
+ + + + +
+ +
+
+
@@ -173,18 +185,6 @@ const onDecode = async (scannedCodeValue: string) => { {{ field.description }}
- - -
- - {{ $t('activity.fillByCodeScan') }} -
-
-
@@ -215,4 +215,8 @@ const onDecode = async (scannedCodeValue: string) => { :deep(.nc-cell .nc-action-icon) { @apply !text-white-500 !bg-white/50 !rounded-full !p-1 !text-xs !w-7 !h-7 !flex !items-center !justify-center !cursor-pointer !hover: !bg-white-600 !hover: !text-white-600 !transition; } +.nc-btn-fill-form-column-by-scan { + @apply h-auto; + @apply ml-1; +}