style: Increase the height of the script input box (#7398)

This commit is contained in:
ssongliu
2024-12-18 02:12:14 +00:00
committed by GitHub
parent 2f0b4888de
commit dde686d55f
+1 -1
View File
@@ -212,7 +212,7 @@
:indent-with-tab="true"
:tabSize="4"
:lineWrapping="true"
style="width: 100%; margin-top: 5px; height: 100px"
style="width: 100%; margin-top: 5px; min-height: 100px"
theme="cobalt"
:styleActiveLine="true"
:matchBrackets="true"