style: 终端telnet编辑窗口单行120个字符

This commit is contained in:
TsMask
2024-06-14 16:46:51 +08:00
parent 39ad75fbd3
commit 8bdfd7ea28

View File

@@ -22,7 +22,7 @@ const props = defineProps({
/**窗口单行字符数 */ /**窗口单行字符数 */
cols: { cols: {
type: Number, type: Number,
default: 100, default: 120,
}, },
/**窗口行数 */ /**窗口行数 */
rows: { rows: {