style(接口测试): 前后置脚本编辑框限定最小高度
This commit is contained in:
parent
5b4740f838
commit
98a4b77dca
|
@ -162,6 +162,7 @@
|
||||||
|
|
||||||
.script-content {
|
.script-content {
|
||||||
height: calc(100vh - 570px);
|
height: calc(100vh - 570px);
|
||||||
|
min-height: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.script-index {
|
.script-index {
|
||||||
|
|
Loading…
Reference in New Issue