From 8bdfd7ea28126195a48d637c4ba27fa358af83eb Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 14 Jun 2024 16:46:51 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=BB=88=E7=AB=AFtelnet=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E7=AA=97=E5=8F=A3=E5=8D=95=E8=A1=8C120=E4=B8=AA?= =?UTF-8?q?=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TerminalTelnet/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TerminalTelnet/index.vue b/src/components/TerminalTelnet/index.vue index 34adf7e0..114bc14b 100644 --- a/src/components/TerminalTelnet/index.vue +++ b/src/components/TerminalTelnet/index.vue @@ -22,7 +22,7 @@ const props = defineProps({ /**窗口单行字符数 */ cols: { type: Number, - default: 100, + default: 120, }, /**窗口行数 */ rows: {