mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 09:00:50 +00:00
update style
This commit is contained in:
parent
f8207c56bc
commit
5530c6a0b2
@ -155,7 +155,7 @@ function getLabel(metric: string, index: string) {
|
||||
|
||||
.value {
|
||||
display: inline-block;
|
||||
width: calc(100% - 30px);
|
||||
flex-grow: 2;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -56,7 +56,7 @@ function loadTrees(l: boolean) {
|
||||
|
||||
.item {
|
||||
height: 100%;
|
||||
width: calc(100% - 300px);
|
||||
flex-grow: 2;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user