mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-27 05:53:11 +00:00
trace detail dynamic height not properly adjusting
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user