style(接口测试): 前后置脚本编辑框限定最小高度

This commit is contained in:
BugKing 2021-03-24 17:40:19 +08:00
parent 5b4740f838
commit 98a4b77dca
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@
.script-content {
height: calc(100vh - 570px);
min-height: 250px;
}
.script-index {