From 39e9c6a215c7e16f62c347f0714181fb829d64ff Mon Sep 17 00:00:00 2001 From: scenaristeur Date: Mon, 17 Jun 2024 19:13:45 +0200 Subject: [PATCH] margin right --- src/App.vue | 2 +- src/components/ChatBox.vue | 166 ++++++++++++++++++++----------------- 2 files changed, 92 insertions(+), 76 deletions(-) diff --git a/src/App.vue b/src/App.vue index 924d218..4f331d6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -29,7 +29,7 @@ import LangSelector from '@/components/LangSelector.vue'; - 1.0.3 - stop_sequence + 1.0.3b - stop_sequence, mr diff --git a/src/components/ChatBox.vue b/src/components/ChatBox.vue index 5bdb88e..6553270 100644 --- a/src/components/ChatBox.vue +++ b/src/components/ChatBox.vue @@ -4,7 +4,7 @@

- {{ titre}} + {{ titre }}

-
+
- {{ "position: " + state.queue_position + " / délai: " + state.wait_time + "s" }} + {{ + "position: " + state.queue_position + " / délai: " + state.wait_time + "s" + }} -
- +
-
- - \ No newline at end of file +