From 200ccac9b9b8173b91e57789907d6dc18627ade4 Mon Sep 17 00:00:00 2001 From: liuguancen Date: Thu, 2 Apr 2026 13:06:08 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=89=8D=E7=AB=AF]=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E6=8C=89=E9=92=AE=E9=94=99=E4=BD=8D=EF=BC=9A?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=A1=AC=E7=BC=96=E7=A0=81margin-left?= =?UTF-8?q?=EF=BC=9B=E4=BF=AE=E5=A4=8D=E5=AF=B9=E8=AF=9D=E6=A1=86=E7=A1=AC?= =?UTF-8?q?=E7=BC=96=E7=A0=81=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chat_web_front/src/components/ReadingCreate.vue | 6 +++--- chat_web_front/src/components/Translate.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chat_web_front/src/components/ReadingCreate.vue b/chat_web_front/src/components/ReadingCreate.vue index ed89db3..9af880a 100644 --- a/chat_web_front/src/components/ReadingCreate.vue +++ b/chat_web_front/src/components/ReadingCreate.vue @@ -444,7 +444,7 @@ const handleStop = async () => { } .background-color { - width: 490px; + width: 100%; height: 30px; margin-left: 20px; background: linear-gradient(360deg, #C0D4FD 0%, rgba(199, 219, 255, 0) 100%); @@ -456,7 +456,7 @@ const handleStop = async () => { .tool-bar { display: flex; justify-content: space-between; - width: 505px; + width: calc(100% - 15px); padding-top: 30px; height: 65px; position:absolute; @@ -509,7 +509,7 @@ const handleStop = async () => { } .text-box { - //width: 490px; + //width: 100%; height: 190px; background: #FFFFFF; border-radius: 8px; diff --git a/chat_web_front/src/components/Translate.vue b/chat_web_front/src/components/Translate.vue index 6ef0712..b63c0b9 100644 --- a/chat_web_front/src/components/Translate.vue +++ b/chat_web_front/src/components/Translate.vue @@ -179,7 +179,7 @@ onMounted(async () => { margin-top: 12px; font-weight: 400; font-size: 14px; - margin-left:271px; + justify-content: flex-end; color: #858a94; .operateItem { cursor: pointer;