fix row column + buttonrow

This commit is contained in:
2023-05-08 17:29:22 +10:00
parent ff040eec58
commit e42c4c3023
3 changed files with 34 additions and 23 deletions

View File

@@ -53,11 +53,13 @@
</SMColumn>
</SMRow>
<SMRow>
<SMColumn>
<SMButtonRow>
<template #right>
<SMButton type="submit" label="Save" />
</template>
</SMButtonRow>
</SMColumn>
</SMRow>
</SMForm>
</SMContainer>

View File

@@ -117,11 +117,13 @@
</SMColumn>
</SMRow>
<SMRow>
<SMColumn>
<SMButtonRow>
<template #right>
<SMButton type="submit" label="Save" />
</template>
</SMButtonRow>
</SMColumn>
</SMRow>
</SMForm>
</SMContainer>

View File

@@ -71,9 +71,14 @@
<SMInput type="textarea" control="description" />
</SMColumn>
</SMRow>
<SMRow>
<SMColumn>
<SMButtonRow>
<template #right>
<SMButton type="submit" label="Save" :form="form" />
<SMButton
type="submit"
label="Save"
:form="form" />
</template>
<template #left>
<SMButton
@@ -84,6 +89,8 @@
@click="handleDelete" />
</template>
</SMButtonRow>
</SMColumn>
</SMRow>
</SMForm>
</SMContainer>
</SMPage>