Added pointer cursor to selects

This commit is contained in:
2026-03-23 16:01:10 +01:00
parent dea908c63e
commit bcaf334380

View File

@@ -127,6 +127,7 @@ watch(selectedDatasetCopy, (newValue) => {
name="dataset"
id="dataset-select"
v-model="selectedDatasetCopy"
class="cursor-pointer"
>
<NativeSelectOption value="" disabled
>Sélectionnez un dataset</NativeSelectOption
@@ -154,6 +155,7 @@ watch(selectedDatasetCopy, (newValue) => {
name="weight_init_method"
id="weight_init_method"
v-model="selectedMethod"
class="cursor-pointer"
>
<NativeSelectOption
v-for="method in ['zeros', 'random']"