diff --git a/cateditor/src/components/AddSectionDialog.vue b/cateditor/src/components/AddSectionDialog.vue index d222476..972bbd7 100644 --- a/cateditor/src/components/AddSectionDialog.vue +++ b/cateditor/src/components/AddSectionDialog.vue @@ -5,11 +5,11 @@ - clear + mdi-close - + - Cancel + Cancel OK diff --git a/cateditor/src/components/CatalogContents.vue b/cateditor/src/components/CatalogContents.vue index 6eacb68..62374f4 100644 --- a/cateditor/src/components/CatalogContents.vue +++ b/cateditor/src/components/CatalogContents.vue @@ -12,7 +12,7 @@ - add + mdi-plus @@ -41,10 +41,10 @@ - info + mdi-information-outline - delete + mdi-trash-can-outline @@ -81,10 +81,10 @@ - info + mdi-information-outline - delete + mdi-trash-can-outline @@ -116,7 +116,7 @@ - delete + mdi-trash-can-outline diff --git a/cateditor/src/components/ExitEditorDialog.vue b/cateditor/src/components/ExitEditorDialog.vue index 1f369ec..70d0460 100644 --- a/cateditor/src/components/ExitEditorDialog.vue +++ b/cateditor/src/components/ExitEditorDialog.vue @@ -1,22 +1,30 @@