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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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