fix row column + buttonrow
This commit is contained in:
@@ -53,11 +53,13 @@
|
||||
</SMColumn>
|
||||
</SMRow>
|
||||
<SMRow>
|
||||
<SMColumn>
|
||||
<SMButtonRow>
|
||||
<template #right>
|
||||
<SMButton type="submit" label="Save" />
|
||||
</template>
|
||||
</SMButtonRow>
|
||||
</SMColumn>
|
||||
</SMRow>
|
||||
</SMForm>
|
||||
</SMContainer>
|
||||
|
||||
@@ -117,11 +117,13 @@
|
||||
</SMColumn>
|
||||
</SMRow>
|
||||
<SMRow>
|
||||
<SMColumn>
|
||||
<SMButtonRow>
|
||||
<template #right>
|
||||
<SMButton type="submit" label="Save" />
|
||||
</template>
|
||||
</SMButtonRow>
|
||||
</SMColumn>
|
||||
</SMRow>
|
||||
</SMForm>
|
||||
</SMContainer>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user