feat: Make stepper draggable and take up more width
This commit is contained in:
@@ -40,7 +40,11 @@
|
||||
@navigate="handleNavigate"
|
||||
@add-input-form="handleAddInputForm"
|
||||
@update:form-element-sections="handleFormElementSectionsUpdate"
|
||||
/>
|
||||
>
|
||||
<UFormField :label="$t('common.name')" class="mb-4">
|
||||
<UInput v-model="applicationForm.name" class="w-full" :disabled="isReadOnly" />
|
||||
</UFormField>
|
||||
</FormStepperWithNavigation>
|
||||
</template>
|
||||
</UDashboardPanel>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user