From 37ac030f9ef38cf8801f79be362eeed91447eaf3 Mon Sep 17 00:00:00 2001 From: heshunme Date: Sat, 26 Oct 2024 16:29:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=96=87=E6=9C=AC=E6=A1=86?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8F=98=E9=AB=98=E3=80=82=E4=B8=BA=E5=85=BC?= =?UTF-8?q?=E9=A1=BE=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=98=BE=E7=A4=BA=E6=95=88?= =?UTF-8?q?=E6=9E=9C=EF=BC=8C=E5=B0=86=E6=96=87=E6=9C=AC=E6=A1=86=E5=92=8C?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=B8=83=E5=B1=80=E4=B8=8A=E4=B8=8B=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E5=AF=B9=E8=B0=83=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/terminal.html | 1 + html/upload.html | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/html/terminal.html b/html/terminal.html index ba410f2..def6cbc 100644 --- a/html/terminal.html +++ b/html/terminal.html @@ -73,6 +73,7 @@ :rows="4" readonly placeholder="接收到的文本将显示在这里..." + :autosize="{ minRows: 4 }" > diff --git a/html/upload.html b/html/upload.html index 4f9068f..1775c5e 100644 --- a/html/upload.html +++ b/html/upload.html @@ -58,7 +58,7 @@ } } - #buttons{ + #buttons { display: flex; justify-content: center; } @@ -89,19 +89,20 @@ - -
发送 清空
+ +