From 212484913e8c12240ed53144a3ebcbbfc497d57c Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:36:58 -0500 Subject: [PATCH] =?UTF-8?q?Modification=20de=20l'=C3=A9diteur=20de=20conte?= =?UTF-8?q?nu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/views/contents/ContentEditorPage.vue | 107 +++--- src/views/contents/QuickyContentEditor.vue | 380 ++++++++++++++------- 3 files changed, 316 insertions(+), 173 deletions(-) diff --git a/src/App.vue b/src/App.vue index 22187d6..c1adfc8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,7 @@
diff --git a/src/views/contents/ContentEditorPage.vue b/src/views/contents/ContentEditorPage.vue index 87c30c1..42d3829 100644 --- a/src/views/contents/ContentEditorPage.vue +++ b/src/views/contents/ContentEditorPage.vue @@ -1,7 +1,9 @@  @@ -68,16 +96,15 @@ const toggleHtmlEditor = () => { } .v-btn { - width: 80%; + width: 80%; } .normal-button { - padding: 0.5rem 1rem; - font-size: 1rem; + padding: 0.5rem 1rem; + font-size: 1rem; } header { - background-color: #f0f0f0; font-weight: bold; } diff --git a/src/views/contents/QuickyContentEditor.vue b/src/views/contents/QuickyContentEditor.vue index f4c7a85..ce26475 100644 --- a/src/views/contents/QuickyContentEditor.vue +++ b/src/views/contents/QuickyContentEditor.vue @@ -1,157 +1,273 @@ - - +