diff --git a/frontend/src/views/migrate/MigrationCSV.vue b/frontend/src/views/migrate/MigrationCSV.vue index 5d55cb412..df90fe5c8 100644 --- a/frontend/src/views/migrate/MigrationCSV.vue +++ b/frontend/src/views/migrate/MigrationCSV.vue @@ -49,35 +49,39 @@
- - {{ getDelimiterLabel(delim) }} - - + + +
- - {{ getDateFormatLabel(format) }} - - + + +
@@ -100,18 +104,20 @@ {{ $t('migrate.csv.example') }}: {{ detectionResult.preview_rows[0][index] || '-' }} - - {{ getAttributeLabel(attr) }} - - + + + @@ -417,13 +423,6 @@ function resetToUpload() { label { font-weight: 500; } - - select { - padding: 0.5rem; - border: 1px solid var(--grey-300); - border-radius: var(--border-radius); - background: var(--white); - } } .column-mappings {