feat: add edit, delete and image input

This commit is contained in:
José Oliveira 2021-10-27 23:54:50 +01:00
parent 421543f0c7
commit 3de7ae2fe9
12 changed files with 545 additions and 139 deletions

View file

@ -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
},