feat: add edit, delete and image input
This commit is contained in:
parent
421543f0c7
commit
3de7ae2fe9
12 changed files with 545 additions and 139 deletions
|
|
@ -20,6 +20,20 @@ export default {
|
|||
display: 'flex',
|
||||
justifyContent: 'right'
|
||||
},
|
||||
deleteButton: {
|
||||
marginRight: 8
|
||||
},
|
||||
editingWrapper: {
|
||||
display: 'flex',
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'space-between'
|
||||
},
|
||||
replace: {
|
||||
marginTop: 30
|
||||
},
|
||||
input: {
|
||||
display: 'none'
|
||||
},
|
||||
button: {
|
||||
marginRight: 8
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue