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 @@
-