update style

This commit is contained in:
Qiuxia Fan 2022-05-26 11:53:12 +08:00
parent f8207c56bc
commit 5530c6a0b2
4 changed files with 3 additions and 10 deletions

View File

@ -155,7 +155,7 @@ function getLabel(metric: string, index: string) {
.value {
display: inline-block;
width: calc(100% - 30px);
flex-grow: 2;
height: 100%;
}
</style>

View File

@ -38,7 +38,7 @@ import EBPFStack from "./components/EBPFStack.vue";
.vis-graph {
height: 100%;
width: calc(100% - 300px);
flex-grow: 2;
min-width: 700px;
overflow: auto;
}

View File

@ -252,13 +252,6 @@ watch(
min-width: 560px;
}
.schedules {
width: calc(100% - 5px);
margin: 0 5px 5px 0;
height: calc(100% - 60px);
min-height: 150px;
}
.inputs {
width: 350px;
}

View File

@ -56,7 +56,7 @@ function loadTrees(l: boolean) {
.item {
height: 100%;
width: calc(100% - 300px);
flex-grow: 2;
overflow: auto;
}