Added pointer cursor to selects
This commit is contained in:
@@ -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']"
|
||||
|
||||
Reference in New Issue
Block a user