|
|
@@ -60,7 +60,7 @@
|
|
|
<el-divider></el-divider>
|
|
|
<div>
|
|
|
<!-- 元素文本渲染和操作区域 -->
|
|
|
- <el-tabs tab-position="left" style="height: calc(100vh - 250px)" class="demo-tabs">
|
|
|
+ <el-tabs tab-position="left" style="height: calc(100vh - 370px)" class="demo-tabs">
|
|
|
<el-tab-pane label="入参">
|
|
|
<div
|
|
|
v-if="
|
|
|
@@ -128,7 +128,7 @@
|
|
|
:preview-mode="false"
|
|
|
style="
|
|
|
pointer-events: auto;
|
|
|
- max-height: calc(100vh - 250px) !important;
|
|
|
+ max-height: calc(100vh - 370px) !important;
|
|
|
overflow-y: scroll !important;
|
|
|
"
|
|
|
copyable
|
|
|
@@ -153,7 +153,7 @@
|
|
|
:preview-mode="false"
|
|
|
style="
|
|
|
pointer-events: auto;
|
|
|
- max-height: calc(100vh - 250px) !important;
|
|
|
+ max-height: calc(100vh - 370px) !important;
|
|
|
overflow-y: scroll !important;
|
|
|
"
|
|
|
copyable
|
|
|
@@ -1554,12 +1554,12 @@ export default {
|
|
|
#controlPanelBox {
|
|
|
width: calc(30vw - 2rem);
|
|
|
min-width: 500px;
|
|
|
- height: 100vh;
|
|
|
+ height: calc(100vh - 120px - 2rem);
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
padding: 1rem;
|
|
|
position: fixed;
|
|
|
- top: 0;
|
|
|
+ top: 70px;
|
|
|
right: 0;
|
|
|
background: #fff;
|
|
|
}
|