fix: set the height for trace widget (#337)

This commit is contained in:
Fine0830 2023-11-16 11:44:34 +08:00 committed by GitHub
parent a4271bb479
commit 2085dc84b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,5 +59,6 @@ limitations under the License. -->
width: 100%;
overflow: auto;
min-width: 1200px;
height: calc(100% - 100px);
}
</style>