fix: the display height of the link tree structure (#322)

This commit is contained in:
何延龙
2023-09-20 15:50:45 +08:00
committed by GitHub
parent 6872ad5bf2
commit d00fe6df9e

View File

@@ -94,6 +94,7 @@ limitations under the License. -->
}
.trace {
min-height: calc(100% - 150px);
width: 100%;
overflow: auto;
min-width: 1200px;