mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 01:33:54 +00:00
trace detail dynamic height not properly adjusting
This commit is contained in:
parent
866422e8b7
commit
45626142ab
@ -125,7 +125,8 @@ export default defineComponent({
|
|||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.trace-detail {
|
.trace-detail {
|
||||||
height: 100%;
|
height: 600px;
|
||||||
|
// height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
@ -194,7 +194,6 @@ const arrayOfFilters = ref<filtersObject[]>([
|
|||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
const activeFilter = ref<string>("");
|
const activeFilter = ref<string>("");
|
||||||
const queriedFilter = computed(() => traceStore.activeFilter);
|
|
||||||
function setFilter(filter: string) {
|
function setFilter(filter: string) {
|
||||||
activeFilter.value = filter;
|
activeFilter.value = filter;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user