feat: change ace height to 7em

This commit is contained in:
夜鹰 2022-06-14 09:33:47 +08:00
parent 7be6d4160e
commit 65d5b7307b

View File

@ -13,7 +13,7 @@
</span>
</div>
<ace
style="height: 200px; width: 100%"
style="height: 7em; width: 100%"
[config]="config"
[disabled]="false"
[(value)]="code"