样式优化

This commit is contained in:
mxd
2021-11-08 22:33:26 +08:00
parent 5fa3a3390a
commit 315b4beeb3
2 changed files with 2 additions and 1 deletions

View File

@@ -220,6 +220,7 @@ export default {
.ma-layout .ma-layout-container {
flex: auto;
height: 100%;
width: 100%;
}
.ma-layout .ma-header > * {

View File

@@ -161,7 +161,7 @@
<div class="header">编辑器</div>
<div ref="bodyEditor" class="ma-body-editor"></div>
</div>
<div style="flex: 1;">
<div style="width: 50%">
<magic-json :jsonData="requestBody || []" :forceUpdate="forceUpdate" :height="layoutHeight" type="request"></magic-json>
</div>
</div>