From 01d118081ec5ed9467ecd5311eacd7520ea5cf31 Mon Sep 17 00:00:00 2001 From: pengda <1111@qq.com> Date: Mon, 14 Jul 2025 10:35:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E7=BB=84=E4=BB=B6=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PromptText.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/PromptText.vue b/src/components/PromptText.vue index 043c491..0283f17 100644 --- a/src/components/PromptText.vue +++ b/src/components/PromptText.vue @@ -60,6 +60,7 @@ export default { .prompt-text{ padding: 8px 13px; border-radius: 4px; + text-align: justify; } .flex-text{ display: flex;