add missing v-container in user create edit

This commit is contained in:
Gauthier Roebroeck 2025-09-22 16:52:59 +08:00
parent 2ea1e4a1a3
commit 7f7696958f

View file

@ -1,4 +1,5 @@
<template>
<v-container class="px-0">
<template v-if="!user.id">
<v-row>
<v-col>
@ -251,6 +252,7 @@
</v-combobox>
</v-col>
</v-row>
</v-container>
</template>
<script setup lang="ts">