refactor: edit type btn
This commit is contained in:
parent
5c77cd40d9
commit
54e330a4cf
1 changed files with 3 additions and 3 deletions
|
|
@ -79,15 +79,15 @@ onMounted(() => {
|
|||
style="background-color: var(--surface-3)"
|
||||
/>
|
||||
{{ $t(`${title}`) }}
|
||||
|
||||
<q-btn
|
||||
v-if="!readonly"
|
||||
type="submit"
|
||||
dense
|
||||
unelevated
|
||||
id="save-basic-info "
|
||||
color="primary"
|
||||
class="q-px-md q-ml-auto"
|
||||
:label="$t('save')"
|
||||
@click="$emit('save')"
|
||||
class="q-px-md q-ml-auto rounded"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue