refactor: refs #8472 remove added div and add class to VnInput
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
812d68e295
commit
a8de65092c
|
@ -133,9 +133,7 @@ const columns = computed(() => [
|
|||
:columns="columns"
|
||||
>
|
||||
<template #more-create-dialog="{ data }">
|
||||
<div class="q-span-2">
|
||||
<VnInput :label="t('globals.name')" v-model="data.socialName" :uppercase="true" />
|
||||
</div>
|
||||
<VnInput class="q-span-2" :label="t('globals.name')" v-model="data.socialName" :uppercase="true" />
|
||||
</template>
|
||||
</VnTable>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue