|
|
@ -330,8 +330,8 @@ onMounted(async () => { |
|
|
|
<a-form-item class="!my-0 flex-1"> |
|
|
|
<a-form-item class="!my-0 flex-1"> |
|
|
|
<NcSelect |
|
|
|
<NcSelect |
|
|
|
v-model:value="exportPayload.encoding" |
|
|
|
v-model:value="exportPayload.encoding" |
|
|
|
placeholder="-select separator-" |
|
|
|
placeholder="-select encoding-" |
|
|
|
class="nc-csv-import-separator nc-select-shadow" |
|
|
|
class="nc-data-exporter-encoding nc-select-shadow" |
|
|
|
dropdown-class-name="w-[190px]" |
|
|
|
dropdown-class-name="w-[190px]" |
|
|
|
:filter-option="filterOption" |
|
|
|
:filter-option="filterOption" |
|
|
|
@change="saveChanges" |
|
|
|
@change="saveChanges" |
|
|
@ -619,7 +619,8 @@ onMounted(async () => { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
:deep(.nc-data-exporter-separator.ant-select) { |
|
|
|
:deep(.nc-data-exporter-separator.ant-select), |
|
|
|
|
|
|
|
:deep(.nc-data-exporter-encoding.ant-select) { |
|
|
|
.ant-select-selector { |
|
|
|
.ant-select-selector { |
|
|
|
@apply !rounded-lg h-8; |
|
|
|
@apply !rounded-lg h-8; |
|
|
|
} |
|
|
|
} |
|
|
|