fix row column + buttonrow
This commit is contained in:
@@ -53,11 +53,13 @@
|
||||
</SMColumn>
|
||||
</SMRow>
|
||||
<SMRow>
|
||||
<SMButtonRow>
|
||||
<template #right>
|
||||
<SMButton type="submit" label="Save" />
|
||||
</template>
|
||||
</SMButtonRow>
|
||||
<SMColumn>
|
||||
<SMButtonRow>
|
||||
<template #right>
|
||||
<SMButton type="submit" label="Save" />
|
||||
</template>
|
||||
</SMButtonRow>
|
||||
</SMColumn>
|
||||
</SMRow>
|
||||
</SMForm>
|
||||
</SMContainer>
|
||||
|
||||
@@ -117,11 +117,13 @@
|
||||
</SMColumn>
|
||||
</SMRow>
|
||||
<SMRow>
|
||||
<SMButtonRow>
|
||||
<template #right>
|
||||
<SMButton type="submit" label="Save" />
|
||||
</template>
|
||||
</SMButtonRow>
|
||||
<SMColumn>
|
||||
<SMButtonRow>
|
||||
<template #right>
|
||||
<SMButton type="submit" label="Save" />
|
||||
</template>
|
||||
</SMButtonRow>
|
||||
</SMColumn>
|
||||
</SMRow>
|
||||
</SMForm>
|
||||
</SMContainer>
|
||||
|
||||
@@ -71,19 +71,26 @@
|
||||
<SMInput type="textarea" control="description" />
|
||||
</SMColumn>
|
||||
</SMRow>
|
||||
<SMButtonRow>
|
||||
<template #right>
|
||||
<SMButton type="submit" label="Save" :form="form" />
|
||||
</template>
|
||||
<template #left>
|
||||
<SMButton
|
||||
:form="form"
|
||||
v-if="route.params.id"
|
||||
type="danger"
|
||||
label="Delete"
|
||||
@click="handleDelete" />
|
||||
</template>
|
||||
</SMButtonRow>
|
||||
<SMRow>
|
||||
<SMColumn>
|
||||
<SMButtonRow>
|
||||
<template #right>
|
||||
<SMButton
|
||||
type="submit"
|
||||
label="Save"
|
||||
:form="form" />
|
||||
</template>
|
||||
<template #left>
|
||||
<SMButton
|
||||
:form="form"
|
||||
v-if="route.params.id"
|
||||
type="danger"
|
||||
label="Delete"
|
||||
@click="handleDelete" />
|
||||
</template>
|
||||
</SMButtonRow>
|
||||
</SMColumn>
|
||||
</SMRow>
|
||||
</SMForm>
|
||||
</SMContainer>
|
||||
</SMPage>
|
||||
|
||||
Reference in New Issue
Block a user