优化json结构样式

This commit is contained in:
mxd
2021-11-05 21:09:53 +08:00
parent 02d4bccc51
commit 8e9ba34fb7
2 changed files with 3 additions and 2 deletions

View File

@@ -103,5 +103,6 @@
display: flex;
flex-direction: row;
align-items: center;
white-space: nowrap;
}
</style>

View File

@@ -191,7 +191,7 @@
}
.json-view {
flex: 1;
width: 50%;
margin: 0px 10px;
border: 1px solid var(--border-color);
border-top: none;
@@ -204,7 +204,7 @@
}
.json-panel {
flex: 1;
width: 50%;
margin: 0px 10px;
border: 1px solid var(--border-color);
border-top: none;